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 | 罕醇見 | 111000111010010110001111100001101000110010101001 | e3a58f868ca9 |
EUC-JP | 罕醇見 | 111001101010011110111101111001101011100010101011 | e6a7bde6b8ab |
UTF-8 | 罕醇見 | 111001111011110110010101111010011000011010000111111010001010011010001011 | e7bd95e98687e8a68b |
UHC | 罕醇見 | 111110011101011011100010111101011100110010111000 | f9d6e2f5ccb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)