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 | 癲?0倚х∀ | 1110000110011111001111111000001001001111100110001101111110000100100001111000000111001101 | e19f3f824f98df848781cd |
EUC-JP | 癲?0倚х∀ | 1110001010100001001111111010001110110000110100001110000110100111111001111010001011001111 | e2a13fa3b0d0e1a7e7a2cf |
UTF-8 | 癲쒕0倚х∀ | 1110011110011001101100101110110010010010100101011110111110111100100100001110010110000000100110101101000110000101111000101000100010000000 | e799b2ec9295efbc90e5809ad185e28880 |
UHC | 癲쒕0倚х∀ | 111011111010011010011100111010111010001110110000111010111110111110101100111001111010001010100011 | efa69ceba3b0ebeface7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)