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 | 循??惡循 | 1000111101111010001111110011111110011100101001101000111101111010 | 8f7a3f3f9ca68f7a |
EUC-JP | 循??惡循 | 1011110111011011001111110011111111011000101010001011110111011011 | bddb3f3fd8a8bddb |
UTF-8 | 循롙롘惡循 | 111001011011111010101010111010111010000110011001111010111010000110011000111001101000001110100001111001011011111010101010 | e5beaaeba199eba198e683a1e5beaa |
UHC | 循롙롘惡循 | 11100010111000001000111011011101100011101101110011100100110000101110001011100000 | e2e08edd8edce4c2e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)