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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鈺?こB | 111110111100010000111111100000101011000101000010 | fbc43f82b142 |
EUC-JP | 鈺?こB | 10001111111000111101010100111111101001001011001101000010 | 8fe3d53fa4b342 |
UTF-8 | 鈺뤸こB | 11101001100010001011101011101011101001001011100011100011100000011001001101000010 | e988baeba4b8e3819342 |
UHC | 鈺뤸こB | 11101000101011011000111111100110101010101011001101000010 | e8ad8fe6aab342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)