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 | 異?霽??? | 1000100011011001001111111110100011000111001111110011111100111111 | 88d93fe8c73f3f3f |
EUC-JP | 異?霽??? | 1011000011011011001111111111000011001001001111110011111100111111 | b0db3ff0c93f3f3f |
UTF-8 | 異렔霽렢吏푀 | 111001111001010110110000111010111010000010010100111010011001110010111101111010111010000010100010111011111010011110011110111011011001000110000000 | e795b0eba094e99cbdeba0a2efa79eed9180 |
UHC | 異렔霽렢吏푀 | 111011001011011010001110101010011111000010111000100011101011001111101100101001111100011110100011 | ecb68ea9f0b88eb3eca7c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)