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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 杢貉h杢貉 | 100101101101101111100110101110010110100010010110110110111110011010111001 | 96dbe6b96896dbe6b9 |
EUC-JP | 杢貉h杢貉 | 110011001101110111101100101110110110100011001100110111011110110010111011 | ccddecbb68ccddecbb |
UTF-8 | 杢貉h杢貉 | 11100110100111011010001011101000101100101000100101101000111001101001110110100010111010001011001010001001 | e69da2e8b28968e69da2e8b289 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)