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 | 10010011101101010101100110010011101101010110001001000101 | 93b55993b56245 |
EUC-JP | 瞳Y瞳bE | 11000110101101110101100111000110101101110110001001000101 | c6b759c6b76245 |
UTF-8 | 瞳Y瞳bE | 111001111001111010110011010110011110011110011110101100110110001001000101 | e79eb359e79eb36245 |
UHC | 瞳Y瞳bE | 11010100110110100101100111010100110110100110001001000101 | d4da59d4da6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)