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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛「譎樔コ | 1110100110000011101000101110011010011001100111101110010010111010 | e983a2e6999ee4ba |
EUC-JP | 驛「譎樔コ | 11110001111000111000111010100010111010111111100111011100111001101000111010111010 | f1e38ea2ebf9dce68eba |
UTF-8 | 驛「譎樔コ | 111010011010100110011011111011111011110110100010111010001010110110001110111001101010100010010100111011111011110110111010 | e9a99befbda2e8ad8ee6a894efbdba |
UHC | 驛?譎?? | 11100110101111100011111111111101110100100011111100111111 | e6be3ffdd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)