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 | 鈐示鋙 | 111110111100001010001110101001101111101111010001 | fbc28ea6fbd1 |
EUC-JP | 鈐示鋙 | 1000111111100011110000011011110010101000100011111110010011000011 | 8fe3c1bca88fe4c3 |
UTF-8 | 鈐示鋙 | 111010011000100010010000111001111010010010111010111010011000101110011001 | e98890e7a4bae98b99 |
UHC | 鈐示? | 1100110010100010111000111100011000111111 | cca2e3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)