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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???鐵 | 0011111100111111001111111110100001100011 | 3f3f3fe863 |
EUC-JP | ?嚬?鐵 | 00111111100011111011011011100100001111111110111111000100 | 3f8fb6e43fefc4 |
UTF-8 | 인嚬뤜鐵 | 111011001001110110111000111001011001101010101100111010111010010010011100111010011001000010110101 | ec9db8e59aaceba49ce990b5 |
UHC | 인嚬뤜鐵 | 1100000011001110110111101010110110001111110010111111010011010001 | c0cedead8fcbf4d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)