To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻??淹?? | 1001101011010100001111110011111110011111101110010011111100111111 | 9ad43f3f9fb93f3f |
EUC-JP | 墻??淹?? | 1101010011010110001111110011111111011110101110110011111100111111 | d4d63f3fdebb3f3f |
UTF-8 | 墻졿굢淹쒎쳣 | 111001011010001010111011111011001010000110111111111010101011010110100010111001101011011110111001111011001001001010001110111011001011001110100011 | e5a2bbeca1bfeab5a2e6b7b9ec928eecb3a3 |
UHC | 墻졿굢淹쒎쳣 | 111011011101111110100000111001101000001010001001111001011111010010011100111001011010101110001001 | eddfa0e68289e5f49ce5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)