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 | 循衙恂循 | 1000111101111010111001011100100110011100100101101000111101111010 | 8f7ae5c99c968f7a |
EUC-JP | 循衙恂循 | 1011110111011011111010101100101111010111111101101011110111011011 | bddbeacbd7f6bddb |
UTF-8 | 循衙恂循 | 111001011011111010101010111010001010000110011001111001101000000110000010111001011011111010101010 | e5beaae8a199e68182e5beaa |
UHC | 循衙恂循 | 1110001011100000111001001011011111100010111000011110001011100000 | e2e0e4b7e2e1e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)