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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????錞 | 001111110011111100111111001111111111101111011011 | 3f3f3f3ffbdb |
EUC-JP | ????錞 | 00111111001111110011111100111111100011111110010011011100 | 3f3f3f3f8fe4dc |
UTF-8 | 柳양렢렦錞 | 111011111010011110001001111011001001011010010001111010111010000010100010111010111010000010100110111010011000110010011110 | efa789ec9691eba0a2eba0a6e98c9e |
UHC | 柳양렢렦錞 | 11101010111101111011111011100111100011101011001110001110101101011110001011110110 | eaf7bee78eb38eb5e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)