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 | 吏명슖^吏명슖^ | 1110111110100111100111101110101110101010100001011110110010001010100101100101111011101111101001111001111011101011101010101000010111101100100010101001011001011110 | efa79eebaa85ec8a965eefa79eebaa85ec8a965e |
UHC | 吏명슖^吏명슖^ | 1110110010100111101110001110110110011010101001010101111011101100101001111011100011101101100110101010010101011110 | eca7b8ed9aa55eeca7b8ed9aa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)