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 | 鈺ユ? | 1111101111000100100000111000011000111111 | fbc483863f |
EUC-JP | 鈺ユ? | 100011111110001111010101101001011110011000111111 | 8fe3d5a5e63f |
UTF-8 | 鈺ユ솄 | 111010011000100010111010111000111000001110100110111011001000011010000100 | e988bae383a6ec8684 |
UHC | 鈺ユ솄 | 111010001010110110101011111001101001100110001001 | e8adabe69989 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)