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 | 央ょ? | 1000100110011011100000101110010100111111 | 899b82e53f |
EUC-JP | 央ょ? | 1011000111111011101001001110011100111111 | b1fba4e73f |
UTF-8 | 央ょ킋 | 111001011010010010101110111000111000001010000111111011011000001010001011 | e5a4aee38287ed828b |
UHC | 央ょ킋 | 111001001110011110101010111001111011010010010111 | e4e7aae7b497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)