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 | ?}???|B | 00111111011111010011111100111111001111110111110001000010 | 3f7d3f3f3f7c42 |
SJIS-WIN | 涌}盖痾涌|B | 1001011101001111011111011110000110110011111000010111110110010111010011110111110001000010 | 974f7de1b3e17d974f7c42 |
EUC-JP | 涌}盖痾涌|B | 1100110110110000011111011110001010110101111000011101111011001101101100000111110001000010 | cdb07de2b5e1decdb07c42 |
UTF-8 | 涌}盖痾涌|B | 111001101011011010001100011111011110011110011011100101101110011110010111101111101110011010110110100011000111110001000010 | e6b68c7de79b96e797bee6b68c7c42 |
UHC | 涌}盖?涌|B | 11101001101111110111110111001011110011000011111111101001101111110111110001000010 | e9bf7dcbcc3fe9bf7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)