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 | 111001001110101110101000010110011110010011101011101010000110001001000101 | e4eba859e4eba86245 |
EUC-JP | 蓁ィY蓁ィbE | 1110100011101101100011101010100001011001111010001110110110001110101010000110001001000101 | e8ed8ea859e8ed8ea86245 |
UTF-8 | 蓁ィY蓁ィbE | 111010001001001110000001111011111011110110101000010110011110100010010011100000011110111110111101101010000110001001000101 | e89381efbda859e89381efbda86245 |
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)