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 | 疫????? | 10001001011101010011111100111111001111110011111100111111 | 89753f3f3f3f3f |
EUC-JP | 疫??旿?? | 101100011101011000111111001111111000111111000001111101000011111100111111 | b1d63f3f8fc1f43f3f |
UTF-8 | 疫뀀젙旿껊젇 | 111001111001011010101011111010111000000010000000111011001010000010011001111001101001011110111111111010101011101110001010111011001010000010000111 | e796abeb8080eca099e697bfeabb8aeca087 |
UHC | 疫뀀젙旿껊젇 | 111001101011100110110010111010111010000010010101111001111111101010000011111010111010000010001010 | e6b9b2eba095e7fa83eba08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)