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 | 111010011010110110101111010110011110100110101101101011110110001001000101 | e9adaf59e9adaf6245 |
EUC-JP | 鬲ッY鬲ッbE | 1111001010101111100011101010111101011001111100101010111110001110101011110110001001000101 | f2af8eaf59f2af8eaf6245 |
UTF-8 | 鬲ッY鬲ッbE | 111010011010110010110010111011111011110110101111010110011110100110101100101100101110111110111101101011110110001001000101 | e9acb2efbdaf59e9acb2efbdaf6245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)