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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?溯Y?溯bE | 001111111001111111101000010110010011111110011111111010000110001001000101 | 3f9fe8593f9fe86245 |
EUC-JP | ?溯Y?溯bE | 001111111101111011101010010110010011111111011110111010100110001001000101 | 3fdeea593fdeea6245 |
UTF-8 | 僚溯Y僚溯bE | 111011111010011010111011111001101011101010101111010110011110111110100110101110111110011010111010101011110110001001000101 | efa6bbe6baaf59efa6bbe6baaf6245 |
UHC | 僚溯Y僚溯bE | 1110100011101000111000011011110101011001111010001110100011100001101111010110001001000101 | e8e8e1bd59e8e8e1bd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)