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 | 顰先愕砠 | 1110100011111100100100001110011010011100101100011110000111100111 | e8fc90e69cb1e1e7 |
EUC-JP | 顰先愕砠 | 1111000011111110110000001110100011011000101100111110001011101001 | f0fec0e8d8b3e2e9 |
UTF-8 | 顰先愕砠 | 111010011010000110110000111001011000010110001000111001101000010010010101111001111010000010100000 | e9a1b0e58588e68495e7a0a0 |
UHC | ?先愕? | 001111111110000010111011111001001100001100111111 | 3fe0bbe4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)