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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 也よ?蘖? | 1001011011100111100000101110011000111111100111110101000000111111 | 96e782e63f9f503f |
EUC-JP | 也よ?蘖? | 1100110011101001101001001110100000111111110111011011000100111111 | cce9a4e83fddb13f |
UTF-8 | 也よ꽦蘖뛥 | 111001001011100110011111111000111000001010001000111010101011110110100110111010001001100010010110111010111001101110100101 | e4b99fe38288eabda6e89896eb9ba5 |
UHC | 也よ꽦蘖뛥 | 11100101101001011010101011101000100001001011000111100101111011101000110101101000 | e5a5aae884b1e5ee8d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)