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 | 〓??ゴ〓 | 1000000110101100001111110011111110000011010100111000000110101100 | 81ac3f3f835381ac |
EUC-JP | 〓??ゴ〓 | 1010001010101110001111110011111110100101101101001010001010101110 | a2ae3f3fa5b4a2ae |
UTF-8 | 〓룵퀛ゴ〓 | 111000111000000010010011111010111010001110110101111011011000000010011011111000111000001010110100111000111000000010010011 | e38093eba3b5ed809be382b4e38093 |
UHC | 〓룵퀛ゴ〓 | 10100001111010111000111110101010101100111000111110101011101101001010000111101011 | a1eb8faab38fabb4a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)