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 | 五h???? | 1000110011011100100000101000100000111111001111110011111100111111 | 8cdc82883f3f3f3f |
EUC-JP | 五h???? | 1011100011011110101000111110100000111111001111110011111100111111 | b8dea3e83f3f3f3f |
UTF-8 | 五h챿若쀩릶 | 111001001011101010010100111011111011110110001000111011001011000110111111111011111010010110110100111011001000000010101001111010111010011010110110 | e4ba94efbd88ecb1bfefa5b4ec80a9eba6b6 |
UHC | 五h챿若쀩릶 | 111001111110100110100011111010001010101010001100111001011010111010010111111010011001000010010100 | e7e9a3e8aa8ce5ae97e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)