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 | 闃晁寐貉ソ蠑 | 1110100010001010100111011110100010011011100001111110011010111001101111111110010110111100 | e88a9de89b87e6b9bfe5bc |
EUC-JP | 闃晁寐貉ソ蠑 | 111011111110101011011010111010101101010111100111111011001011101110001110101111111110101010111110 | efeadaead5e7ecbb8ebfeabe |
UTF-8 | 闃晁寐貉ソ蠑 | 111010011001011110000011111001101001100110000001111001011010111110010000111010001011001010001001111011111011110110111111111010001010000010010001 | e99783e69981e5af90e8b289efbdbfe8a091 |
UHC | ?晁寐??? | 0011111111110000110001011101100011011011001111110011111100111111 | 3ff0c5d8db3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)