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 | 隍捺ヲ雁 | 11101000101001001001001111100110101001101000101011100101 | e8a493e6a68ae5 |
EUC-JP | 隍捺ヲ雁 | 1111000010100110110001101110100010001110101001101011010011100111 | f0a6c6e88ea6b4e7 |
UTF-8 | 隍捺ヲ雁 | 111010011001101010001101111001101000110110111010111011111011110110100110111010011001101110000001 | e99a8de68dbaefbda6e99b81 |
UHC | 隍捺?雁 | 11111100110110111101000111110100001111111110010011010010 | fcdbd1f43fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)