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 | ???~K | 0011111100111111001111110111111001001011 | 3f3f3f7e4b |
SJIS-WIN | 盖痾涌~K | 1110000110110011111000010111110110010111010011110111111001001011 | e1b3e17d974f7e4b |
EUC-JP | 盖痾涌~K | 1110001010110101111000011101111011001101101100000111111001001011 | e2b5e1decdb07e4b |
UTF-8 | 盖痾涌~K | 1110011110011011100101101110011110010111101111101110011010110110100011000111111001001011 | e79b96e797bee6b68c7e4b |
UHC | 盖?涌~K | 11001011110011000011111111101001101111110111111001001011 | cbcc3fe9bf7e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)