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 | 髦ョ螢梧。」 | 111010011001100010101110111001011010001110001100111001101010000110100011 | e998aee5a38ce6a1a3 |
EUC-JP | 髦ョ螢梧。」 | 111100011111100010001110101011101110101010100101101110001110100010001110101000011000111010100011 | f1f88eaeeaa5b8e88ea18ea3 |
UTF-8 | 髦ョ螢梧。」 | 111010011010101110100110111011111011110110101110111010001001111010100010111001101010001010100111111011111011110110100001111011111011110110100011 | e9aba6efbdaee89ea2e6a2a7efbda1efbda3 |
UHC | ??螢梧?? | 0011111100111111111110111010101111100111111111000011111100111111 | 3f3ffbabe7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)