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 | 驥・迺ス驩ァ | 111010011000011110100101111001111001001010111101111010011000100110100111 | e987a5e792bde989a7 |
EUC-JP | 驥・迺ス驩ァ | 111100011110011110001110101001011110110111110010100011101011110111110001111010011000111010100111 | f1e78ea5edf28ebdf1e98ea7 |
UTF-8 | 驥・迺ス驩ァ | 111010011010100110100101111011111011110110100101111010001011111110111010111011111011110110111101111010011010100110101001111011111011110110100111 | e9a9a5efbda5e8bfbaefbdbde9a9a9efbda7 |
UHC | 驥???驩? | 1101000111001010001111110011111100111111111111001011111000111111 | d1ca3f3f3ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)