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 | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
SJIS-WIN | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
EUC-JP | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
UTF-8 | 吏뱀콝^吏뱀콝^ | 1110111110100111100111101110101110110001100000001110110010111101100111010101111011101111101001111001111011101011101100011000000011101100101111011001110101011110 | efa79eebb180ecbd9d5eefa79eebb180ecbd9d5e |
UHC | 吏뱀콝^吏뱀콝^ | 1110110010100111101110011110110010110001100101010101111011101100101001111011100111101100101100011001010101011110 | eca7b9ecb1955eeca7b9ecb1955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)