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 | 鈺?Ч | 1111101111000100001111111000010001011000 | fbc43f8458 |
EUC-JP | 鈺?Ч | 100011111110001111010101001111111010011110111001 | 8fe3d53fa7b9 |
UTF-8 | 鈺쎿Ч | 1110100110001000101110101110110010001110101111111101000010100111 | e988baec8ebfd0a7 |
UHC | 鈺쎿Ч | 111010001010110110011011111001101010110010111001 | e8ad9be6acb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)