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 | 罐濠畿 | 111000111010001110001101100010101000101101000101 | e3a38d8a8b45 |
EUC-JP | 罐濠畿 | 111001101010010110111001111010101011010110100110 | e6a5b9eab5a6 |
UTF-8 | 罐濠畿 | 111001111011110110010000111001101011111110100000111001111001010110111111 | e7bd90e6bfa0e795bf |
UHC | 罐濠畿 | 110011101011100011111011110011001101000110110010 | ceb8fbccd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)