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 | 頷奇スョ顏 | 1110100011110101100010101110111110111101101011101110100011111000 | e8f58aefbdaee8f8 |
EUC-JP | 頷奇スョ顏 | 11110000111101111011010011110001100011101011110110001110101011101111000011111010 | f0f7b4f18ebd8eaef0fa |
UTF-8 | 頷奇スョ顏 | 111010011010000010110111111001011010010110000111111011111011110110111101111011111011110110101110111010011010000110001111 | e9a0b7e5a587efbdbdefbdaee9a18f |
UHC | ?奇??? | 001111111101000011110100001111110011111100111111 | 3fd0f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)