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 | 癲??溢h? | 111000011001111100111111001111111000100011101100100000101000100000111111 | e19f3f3f88ec82883f |
EUC-JP | 癲??溢h? | 111000101010000100111111001111111011000011101110101000111110100000111111 | e2a13f3fb0eea3e83f |
UTF-8 | 癲쀫쪋溢h짆 | 111001111001100110110010111011001000000010101011111011001010101010001011111001101011101010100010111011111011110110001000111011001010011110000110 | e799b2ec80abecaa8be6baa2efbd88eca786 |
UHC | 癲쀫쪋溢h짆 | 111011111010011010010111111010111010010110000101111011001110111010100011111010001010001110010101 | efa697eba585eceea3e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)