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 | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
EUC-JP | 晛Y晛bnoBF | 100011111100001010111011010110011000111111000010101110110110001001101110011011110100001001000110 | 8fc2bb598fc2bb626e6f4246 |
UTF-8 | 晛Y晛bnoBF | 111001101001100110011011010110011110011010011001100110110110001001101110011011110100001001000110 | e6999b59e6999b626e6f4246 |
UHC | 晛Y晛bnoBF | 11111010110110010101100111111010110110010110001001101110011011110100001001000110 | fad959fad9626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)