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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺??榮 | 111110111100010000111111001111111001111011000100 | fbc43f3f9ec4 |
EUC-JP | 鈺??榮 | 10001111111000111101010100111111001111111101110011000110 | 8fe3d53f3fdcc6 |
UTF-8 | 鈺됮쎏榮 | 111010011000100010111010111010111001000010101110111011001000111010001111111001101010011010101110 | e988baeb90aeec8e8fe6a6ae |
UHC | 鈺됮쎏榮 | 1110100010101101100010011110100110011011101101101110011110110100 | e8ad89e99bb6e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)