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 | 午ヨゾ円 | 1000110011011111100000111000100010000011010111011000100101111110 | 8cdf8388835d897e |
EUC-JP | 午ヨゾ円 | 1011100011100001101001011110100010100101101111101011000111011111 | b8e1a5e8a5beb1df |
UTF-8 | 午ヨゾ円 | 111001011000110110001000111000111000001110101000111000111000001010111110111001011000011010000110 | e58d88e383a8e382bee58686 |
UHC | 午ヨゾ円 | 1110011111101101101010111110100010101011101111101110010111110111 | e7edabe8abbee5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)