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 | 111001011011011110111101010110011110010110110111101111010110001001000101 | e5b7bd59e5b7bd6245 |
EUC-JP | 蟾スY蟾スbE | 1110101010111001100011101011110101011001111010101011100110001110101111010110001001000101 | eab98ebd59eab98ebd6245 |
UTF-8 | 蟾スY蟾スbE | 111010001001111110111110111011111011110110111101010110011110100010011111101111101110111110111101101111010110001001000101 | e89fbeefbdbd59e89fbeefbdbd6245 |
UHC | 蟾?Y蟾?bE | 111000001110101000111111010110011110000011101010001111110110001001000101 | e0ea3f59e0ea3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)