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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???塋??? | 0011111100111111001111111001101011001000001111110011111100111111 | 3f3f3f9ac83f3f3f |
EUC-JP | ???塋??? | 0011111100111111001111111101010011001010001111110011111100111111 | 3f3f3fd4ca3f3f3f |
UTF-8 | 吏ㅼ㎛塋딄쑤鱗 | 111011111010011110011110111000111000010110111100111000111000111010011011111001011010000110001011111010111001010010000100111011001001000110100100111011111010011110110010 | efa79ee385bce38e9be5a18beb9484ec91a4efa7b2 |
UHC | 吏ㅼ㎛塋딄쑤鱗 | 1110110010100111101001001110110010100111101011011110011110101011100010101110101010111110101001011110110011100111 | eca7a4eca7ade7ab8aeabea5ece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)