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 | 酊?h | 1110011111000010001111111000001010001000 | e7c23f8288 |
EUC-JP | 酊?h | 1110111011000100001111111010001111101000 | eec43fa3e8 |
UTF-8 | 酊닷h | 111010011000010110001010111010111000101110110111111011111011110110001000 | e9858aeb8bb7efbd88 |
UHC | 酊닷h | 111011111111100010110100111001011010001111101000 | eff8b4e5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)