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 | 髯ャ閧・逶セ | 111010011001100110101100111010001000001010100101111001111001101110111110 | e999ace882a5e79bbe |
EUC-JP | 髯ャ閧・逶セ | 111100011111100110001110101011001110111111100010100011101010010111101101111110111000111010111110 | f1f98eacefe28ea5edfb8ebe |
UTF-8 | 髯ャ閧・逶セ | 111010011010101110101111111011111011110110101100111010011001011010100111111011111011110110100101111010011000000010110110111011111011110110111110 | e9abafefbdace996a7efbda5e980b6efbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)