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 | 隍捺ヲ貫 | 11101000101001001001001111100110101001101000101011010001 | e8a493e6a68ad1 |
EUC-JP | 隍捺ヲ貫 | 1111000010100110110001101110100010001110101001101011010011010011 | f0a6c6e88ea6b4d3 |
UTF-8 | 隍捺ヲ貫 | 111010011001101010001101111001101000110110111010111011111011110110100110111010001011001010101011 | e99a8de68dbaefbda6e8b2ab |
UHC | 隍捺?貫 | 11111100110110111101000111110100001111111100111010111011 | fcdbd1f43fcebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)