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 | 屍?k? | 100011100111001000111111100000101000101100111111 | 8e723f828b3f |
EUC-JP | 屍?k? | 101110111101001100111111101000111110101100111111 | bbd33fa3eb3f |
UTF-8 | 屍봉k쮜 | 111001011011000110001101111010111011010010001001111011111011110110001011111011001010111010011100 | e5b18debb489efbd8becae9c |
UHC | 屍봉k쮜 | 1110001110111011101110101100000010100011111010111100001011101000 | e3bbbac0a3ebc2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)