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 | 屍?l?? | 10001110011100100011111110000010100011000011111100111111 | 8e723f828c3f3f |
EUC-JP | 屍?l?? | 10111011110100110011111110100011111011000011111100111111 | bbd33fa3ec3f3f |
UTF-8 | 屍봉l뤞빡 | 111001011011000110001101111010111011010010001001111011111011110110001100111010111010010010011110111010111011100110100001 | e5b18debb489efbd8ceba49eebb9a1 |
UHC | 屍봉l뤞빡 | 11100011101110111011101011000000101000111110110010001111110011011011101011111101 | e3bbbac0a3ec8fcdbafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)