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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 邑?? | 10010111010101110011111100111111 | 97573f3f |
EUC-JP | 邑®? | 110011011011100010001111101000101110111000111111 | cdb88fa2ee3f |
UTF-8 | 邑®뵦 | 1110100110000010100100011100001010101110111010111011010110100110 | e98291c2aeebb5a6 |
UHC | 邑®뵦 | 111010111110100110100010111001111001010010100101 | ebe9a2e794a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)