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 | 蠇ヲ閠悟カク | 111110111010000110100110111010001000000010001100111001011011011010111000 | fba1a6e8808ce5b6b8 |
EUC-JP | ?ヲ閠悟カク | 0011111110001110101001101110111111100000101110001110011110001110101101101000111010111000 | 3f8ea6efe0b8e78eb68eb8 |
UTF-8 | 蠇ヲ閠悟カク | 111010001010000010000111111011111011110110100110111010011001011010100000111001101000001010011111111011111011110110110110111011111011110110111000 | e8a087efbda6e996a0e6829fefbdb6efbdb8 |
UHC | ???悟?? | 00111111001111110011111111100111111101100011111100111111 | 3f3f3fe7f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)