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 | 屍?l? | 100011100111001000111111100000101000110000111111 | 8e723f828c3f |
EUC-JP | 屍?l? | 101110111101001100111111101000111110110000111111 | bbd33fa3ec3f |
UTF-8 | 屍봉l뤞 | 111001011011000110001101111010111011010010001001111011111011110110001100111010111010010010011110 | e5b18debb489efbd8ceba49e |
UHC | 屍봉l뤞 | 1110001110111011101110101100000010100011111011001000111111001101 | e3bbbac0a3ec8fcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)