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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 低盟?醍?BF | 10010010111000011001011010111111001111111001000111100111001111110100001001000110 | 92e196bf3f91e73f4246 |
EUC-JP | 低盟?醍?BF | 11000100111000111100110011000001001111111100001011101001001111110100001001000110 | c4e3ccc13fc2e93f4246 |
UTF-8 | 低盟씨醍렎BF | 1110010010111101100011101110011110011011100111111110110010010100101010001110100110000110100011011110101110100000100011100100001001000110 | e4bd8ee79b9fec94a8e9868deba08e4246 |
UHC | 低盟씨醍렎BF | 111011101011100011011000111011111011111010111110111100001011010110001110101001000100001001000110 | eeb8d8efbebef0b58ea44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)