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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雍?度 | 1110100010110100001111111001001101111000 | e8b43f9378 |
EUC-JP | 雍?度 | 1111000010110110001111111100010111011001 | f0b63fc5d9 |
UTF-8 | 雍쟀度 | 111010011001101110001101111011001001111110000000111001011011101010100110 | e99b8dec9f80e5baa6 |
UHC | 雍쟀度 | 111010001011110011000000111011101101001111111000 | e8bcc0eed3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)