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 | ??瘟? | 0011111100111111111000011000100100111111 | 3f3fe1893f |
EUC-JP | ??瘟? | 0011111100111111111000011110100100111111 | 3f3fe1e93f |
UTF-8 | 롊롌瘟롘 | 111010111010000110001010111010111010000110001100111001111001100010011111111010111010000110011000 | eba18aeba18ce7989feba198 |
UHC | 롊롌瘟롘 | 1000111011010000100011101101001011101000101100001000111011011100 | 8ed08ed2e8b08edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)