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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | ?ν?D | 0011111110000011110010110011111101000100 | 3f83cb3f44 |
EUC-JP | ?ν?D | 0011111110100110110011010011111101000100 | 3fa6cd3f44 |
UTF-8 | 嶪ν뱮D | 111001011011011010101010110011101011110111101011101100011010111001000100 | e5b6aacebdebb1ae44 |
UHC | 嶪ν뱮D | 11100101111101011010010111101101100100111001010001000100 | e5f5a5ed939444 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)