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 | 1001011010101100100111001111011101011001100101101010110010011100111101110110001001000101 | 96ac9cf75996ac9cf76245 |
EUC-JP | 脈戈Y脈戈bE | 1100110010101110110110001111100101011001110011001010111011011000111110010110001001000101 | ccaed8f959ccaed8f96245 |
UTF-8 | 脈戈Y脈戈bE | 111010001000010010001000111001101000100010001000010110011110100010000100100010001110011010001000100010000110001001000101 | e88488e6888859e88488e688886245 |
UHC | 脈戈Y脈戈bE | 1101100011100110110011011111110001011001110110001110011011001101111111000110001001000101 | d8e6cdfc59d8e6cdfc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)