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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 髯ゅo閼ケ] | 11101001100110011000001011100011100000101000111111101000100001001011100101011101 | e99982e3828fe884b95d |
EUC-JP | 髯ゅo閼ケ] | 1111000111111001101001001110010110100011111011111110111111100100100011101011100101011101 | f1f9a4e5a3efefe48eb95d |
UTF-8 | 髯ゅo閼ケ] | 11101001101010111010111111100011100000101000010111101111101111011000111111101001100101101011110011101111101111011011100101011101 | e9abafe38285efbd8fe996bcefbdb95d |
UHC | ?ゅo閼?] | 001111111010101011100101101000111110111111100100110110010011111101011101 | 3faae5a3efe4d93f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)