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 | 雍???禾兀 | 111010001011010000111111001111110011111110001001110100011001100101011001 | e8b43f3f3f89d19959 |
EUC-JP | 雍???禾兀 | 111100001011011000111111001111110011111110110010110100111101000110111010 | f0b63f3f3fb2d3d1ba |
UTF-8 | 雍흣췻뤈禾兀 | 111010011001101110001101111011011001110110100011111011001011011110111011111010111010010010001000111001111010011010111110111001011000010110000000 | e99b8ded9da3ecb7bbeba488e7a6bee58580 |
UHC | 雍흣췻뤈禾兀 | 111010001011110011001000111011101100001111110000100011111011100011111100101000101110100010110100 | e8bcc8eec3f08fb8fca2e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)