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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犖筅犖犢^ | 111000001011011011100010101001001110000010110110111000001011011101011110 | e0b6e2a4e0b6e0b75e |
EUC-JP | 犖筅犖犢^ | 111000001011100011100100101001101110000010111000111000001011100101011110 | e0b8e4a6e0b8e0b95e |
UTF-8 | 犖筅犖犢^ | 11100111100010101001011011100111101011011000010111100111100010101001011011100111100010101010001001011110 | e78a96e7ad85e78a96e78aa25e |
UHC | ???犢^ | 001111110011111100111111110101001011101101011110 | 3f3f3fd4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)