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 | 詔カシモノホ | 10001111110110011011011010111100110100111100100111001110 | 8fd9b6bcd3c9ce |
EUC-JP | 詔カシモノホ | 101111101101101110001110101101101000111010111100100011101101001110001110110010011000111011001110 | bedb8eb68ebc8ed38ec98ece |
UTF-8 | 詔カシモノホ | 111010001010100110010100111011111011110110110110111011111011110110111100111011111011111010010011111011111011111010001001111011111011111010001110 | e8a994efbdb6efbdbcefbe93efbe89efbe8e |
UHC | 詔????? | 11110000110111110011111100111111001111110011111100111111 | f0df3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)