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 | 船捧峪 | 100100010100010010010101111110011001101110111001 | 914495f99bb9 |
EUC-JP | 船捧峪 | 110000011010010111001010111110111101011010111011 | c1a5cafbd6bb |
UTF-8 | 船捧峪 | 111010001000100010111001111001101000110110100111111001011011001110101010 | e888b9e68da7e5b3aa |
UHC | 船捧? | 1110000011001111110111001110100100111111 | e0cfdce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)