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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 楢?楢?^ | 10010011111010000011111110010011111010000011111101011110 | 93e83f93e83f5e |
EUC-JP | 楢?楢?^ | 11000110111010100011111111000110111010100011111101011110 | c6ea3fc6ea3f5e |
UTF-8 | 楢뛆楢뛆^ | 11100110101001011010001011101011100110111000011011100110101001011010001011101011100110111000011001011110 | e6a5a2eb9b86e6a5a2eb9b865e |
UHC | 楢뛆楢뛆^ | 111010101111100110001101010001001110101011111001100011010100010001011110 | eaf98d44eaf98d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)