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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀??純?└ | 100101110111001100111111001111111000111110000011001111111000010010100100 | 97733f3f8f833f84a4 |
EUC-JP | 耀??純?└ | 110011011101010000111111001111111011110111100011001111111010100010100110 | cdd43f3fbde33fa8a6 |
UTF-8 | 耀믪옃純꾬└ | 111010001000000010000000111010111010111110101010111011001001100010000011111001111011010010010100111010101011111010101100111000101001010010010100 | e88080ebafaaec9883e7b494eabeace29494 |
UHC | 耀믪옃純꾬└ | 111010011010010110010010111011001001111010001111111000101110110110000100111011111010011010100110 | e9a592ec9e8fe2ed84efa6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)