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 | 10011010110110000101100110011010110110000110001001101110011011110100001001000110 | 9ad8599ad8626e6f4246 |
EUC-JP | 壓Y壓bnoBF | 11010100110110100101100111010100110110100110001001101110011011110100001001000110 | d4da59d4da626e6f4246 |
UTF-8 | 壓Y壓bnoBF | 111001011010001110010011010110011110010110100011100100110110001001101110011011110100001001000110 | e5a39359e5a393626e6f4246 |
UHC | 壓Y壓bnoBF | 11100100111000100101100111100100111000100110001001101110011011110100001001000110 | e4e259e4e2626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)