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 | 鞨るヲ曖 | 11101000111000001000001011101001101001101001111001000010 | e8e082e9a69e42 |
EUC-JP | 鞨るヲ曖 | 1111000011100010101001001110101110001110101001101101101110100011 | f0e2a4eb8ea6dba3 |
UTF-8 | 鞨るヲ曖 | 111010011001111010101000111000111000001010001011111011111011110110100110111001101001101110010110 | e99ea8e3828befbda6e69b96 |
UHC | 鞨る?曖 | 11001010111010101010101011101011001111111110010011110010 | caeaaaeb3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)