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 | 1110010110000101100101000111110101011001111001011000010110010100011111010110001001000101 | e585947d59e585947d6245 |
EUC-JP | 蜈媒Y蜈媒bE | 1110100111100101110001111101111001011001111010011110010111000111110111100110001001000101 | e9e5c7de59e9e5c7de6245 |
UTF-8 | 蜈媒Y蜈媒bE | 111010001001110010001000111001011010101010010010010110011110100010011100100010001110010110101010100100100110001001000101 | e89c88e5aa9259e89c88e5aa926245 |
UHC | 蜈媒Y蜈媒bE | 1110100010100101110110001101101001011001111010001010010111011000110110100110001001000101 | e8a5d8da59e8a5d8da6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)