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 | 循??恂循 | 1000111101111010001111110011111110011100100101101000111101111010 | 8f7a3f3f9c968f7a |
EUC-JP | 循??恂循 | 1011110111011011001111110011111111010111111101101011110111011011 | bddb3f3fd7f6bddb |
UTF-8 | 循롍렊恂循 | 111001011011111010101010111010111010000110001101111010111010000010001010111001101000000110000010111001011011111010101010 | e5beaaeba18deba08ae68182e5beaa |
UHC | 循롍렊恂循 | 11100010111000001000111011010011100011101010000111100010111000011110001011100000 | e2e08ed38ea1e2e1e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)