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?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 娥Y娥bE | 10011011010011010101100110011011010011010110001001000101 | 9b4d599b4d6245 |
EUC-JP | 娥Y娥bE | 11010101101011100101100111010101101011100110001001000101 | d5ae59d5ae6245 |
UTF-8 | 娥Y娥bE | 111001011010100010100101010110011110010110101000101001010110001001000101 | e5a8a559e5a8a56245 |
UHC | 娥Y娥bE | 11100100101100000101100111100100101100000110001001000101 | e4b059e4b06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)