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 | 樗?提?諍? | 100100101001010000111111100100101111000100111111111001100111100100111111 | 92943f92f13fe6793f |
EUC-JP | 樗?提?諍? | 110000111111010000111111110001001111001100111111111010111101101000111111 | c3f43fc4f33febda3f |
UTF-8 | 樗렞提렯諍렒 | 111001101010100010010111111010111010000010011110111001101000111110010000111010111010000010101111111010001010101110001101111010111010000010010010 | e6a897eba09ee68f90eba0afe8ab8deba092 |
UHC | 樗렞提렯諍렒 | 111011101100000010001110101011111111000010101011100011101011110011101110101101011000111010100111 | eec08eaff0ab8ebceeb58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)