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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯溽ァー | 111001001101111010011111111001111010011110110000 | e4de9fe7a7b0 |
EUC-JP | 葯溽ァー | 1110100011100000110111101110100110001110101001111000111010110000 | e8e0dee98ea78eb0 |
UTF-8 | 葯溽ァー | 111010001001000110101111111001101011101010111101111011111011110110100111111011111011110110110000 | e891afe6babdefbda7efbdb0 |
UHC | 葯??? | 1110010110110101001111110011111100111111 | e5b53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)