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 | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
SJIS-WIN | 涌}珈咤盖涌 | 1001011101001111011111011110000011011011100110100100001011100001101100111001011101001111 | 974f7de0db9a42e1b3974f |
EUC-JP | 涌}珈咤盖涌 | 1100110110110000011111011110000011011101110100111010001111100010101101011100110110110000 | cdb07de0ddd3a3e2b5cdb0 |
UTF-8 | 涌}珈咤盖涌 | 11100110101101101000110001111101111001111000111110001000111001011001001010100100111001111001101110010110111001101011011010001100 | e6b68c7de78f88e592a4e79b96e6b68c |
UHC | 涌}?咤盖涌 | 11101001101111110111110100111111111101101110001111001011110011001110100110111111 | e9bf7d3ff6e3cbcce9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)