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 | 111001111011001110101111010110011110011110110011101011110110001001000101 | e7b3af59e7b3af6245 |
EUC-JP | 邉ッY邉ッbE | 1110111010110101100011101010111101011001111011101011010110001110101011110110001001000101 | eeb58eaf59eeb58eaf6245 |
UTF-8 | 邉ッY邉ッbE | 111010011000001010001001111011111011110110101111010110011110100110000010100010011110111110111101101011110110001001000101 | e98289efbdaf59e98289efbdaf6245 |
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)