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 | 夷????? | 10001000110011100011111100111111001111110011111100111111 | 88ce3f3f3f3f3f |
EUC-JP | 夷?Ł??? | 101100001101000000111111100011111010100110101000001111110011111100111111 | b0d03f8fa9a83f3f3f |
UTF-8 | 夷뚯Ł吏앺쉲 | 1110010110100100101101111110101110011010101011111100010110000001111011111010011110011110111011001001010110111010111011001000100110110010 | e5a4b7eb9aafc581efa79eec95baec89b2 |
UHC | 夷뚯Ł吏앺쉲 | 111011001010100010001100111011001010100010101001111011001010011110011101111011011001101010001001 | eca88ceca8a9eca79ded9a89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)