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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄?)肉わ? | 10001101100101100011111110000001011010101001001111110111100000101110110100111111 | 8d963f816a93f782ed3f |
EUC-JP | 獄?)肉わ? | 10111001111101100011111110100001110010111100011011111001101001001110111100111111 | b9f63fa1cbc6f9a4ef3f |
UTF-8 | 獄쏅)肉わ쫮 | 111001111000110110000100111011001000111110000101111011111011110010001001111010001000001010001001111000111000001010001111111011001010101110101110 | e78d84ec8f85efbc89e88289e3828fecabae |
UHC | 獄쏅)肉わ쫮 | 111010001010101110011011111010111010001110101001111010111011111110101010111011111010011010000110 | e8ab9beba3a9ebbfaaefa686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)