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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驤コ雍夜シセ | 111010011000100010111010111010001011010010010110111010011011110010111110 | e988bae8b496e9bcbe |
EUC-JP | 驤コ雍夜シセ | 111100011110100010001110101110101111000010110110110011001110101110001110101111001000111010111110 | f1e88ebaf0b6cceb8ebc8ebe |
UTF-8 | 驤コ雍夜シセ | 111010011010100110100100111011111011110110111010111010011001101110001101111001011010010010011100111011111011110110111100111011111011110110111110 | e9a9a4efbdbae99b8de5a49cefbdbcefbdbe |
UHC | ??雍夜?? | 0011111100111111111010001011110011100101101010000011111100111111 | 3f3fe8bce5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)