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 | 癲??鵝?? | 1110000110011111001111110011111111101010010000000011111100111111 | e19f3f3fea403f3f |
EUC-JP | 癲??鵝?? | 1110001010100001001111110011111111110011101000010011111100111111 | e2a13f3ff3a13f3f |
UTF-8 | 癲삳젳鵝롰렣 | 111001111001100110110010111011001000001010110011111011001010000010110011111010011011010110011101111010111010000110110000111010111010000010100011 | e799b2ec82b3eca0b3e9b59deba1b0eba0a3 |
UHC | 癲삳젳鵝롰렣 | 111011111010011010111011111010111010000010100111111001001011110110001110111011011000111010110100 | efa6bbeba0a7e4bd8eed8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)