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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?ν?H | 0011111110000011110010110011111101001000 | 3f83cb3f48 |
EUC-JP | ?ν?H | 0011111110100110110011010011111101001000 | 3fa6cd3f48 |
UTF-8 | 嶪ν뱮H | 111001011011011010101010110011101011110111101011101100011010111001001000 | e5b6aacebdebb1ae48 |
UHC | 嶪ν뱮H | 11100101111101011010010111101101100100111001010001001000 | e5f5a5ed939448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)