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 | 1110011110010100100101010111110101011001111001111001010010010101011111010110001001000101 | e794957d59e794957d6245 |
EUC-JP | 逕扶Y逕扶bE | 1110110111110100110010011101111001011001111011011111010011001001110111100110001001000101 | edf4c9de59edf4c9de6245 |
UTF-8 | 逕扶Y逕扶bE | 111010011000000010010101111001101000100110110110010110011110100110000000100101011110011010001001101101100110001001000101 | e98095e689b659e98095e689b66245 |
UHC | 逕扶Y逕扶bE | 1100110011101111110111011010011001011001110011001110111111011101101001100110001001000101 | ccefdda659ccefdda66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)