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 | ?}??? | 0011111101111101001111110011111100111111 | 3f7d3f3f3f |
SJIS-WIN | 涌}盖痾涌 | 100101110100111101111101111000011011001111100001011111011001011101001111 | 974f7de1b3e17d974f |
EUC-JP | 涌}盖痾涌 | 110011011011000001111101111000101011010111100001110111101100110110110000 | cdb07de2b5e1decdb0 |
UTF-8 | 涌}盖痾涌 | 11100110101101101000110001111101111001111001101110010110111001111001011110111110111001101011011010001100 | e6b68c7de79b96e797bee6b68c |
UHC | 涌}盖?涌 | 1110100110111111011111011100101111001100001111111110100110111111 | e9bf7dcbcc3fe9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)