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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 爲獏爲獰B | 111000001010100011100000110100011110000010101000111000001101011001000010 | e0a8e0d1e0a8e0d642 |
EUC-JP | 爲獏爲獰B | 111000001010101011100000110100111110000010101010111000001101100001000010 | e0aae0d3e0aae0d842 |
UTF-8 | 爲獏爲獰B | 11100111100010001011001011100111100011011000111111100111100010001011001011100111100011011011000001000010 | e788b2e78d8fe788b2e78db042 |
UHC | 爲?爲獰B | 1110101011010011001111111110101011010011111001111011111001000010 | ead33fead3e7be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)