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 | 葯溽粟 | 111001001101111010011111111001111000100010111110 | e4de9fe788be |
EUC-JP | 葯溽粟 | 111010001110000011011110111010011011000011000000 | e8e0dee9b0c0 |
UTF-8 | 葯溽粟 | 111010001001000110101111111001101011101010111101111001111011001010011111 | e891afe6babde7b29f |
UHC | 葯?粟 | 1110010110110101001111111110000111011000 | e5b53fe1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)