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 | ëªDëªD^ | 111010111001111110101010010001001110101110011111101010100100010001011110 | eb9faa44eb9faa445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ë?ªDë?ªD^ | 1000111110101011101100110011111110001111101000101110110001000100100011111010101110110011001111111000111110100010111011000100010001011110 | 8fabb33f8fa2ec448fabb33f8fa2ec445e |
UTF-8 | ëªDëªD^ | 110000111010101111000010100111111100001010101010010001001100001110101011110000101001111111000010101010100100010001011110 | c3abc29fc2aa44c3abc29fc2aa445e |
UHC | ??ªD??ªD^ | 0011111100111111101010001010001101000100001111110011111110101000101000110100010001011110 | 3f3fa8a3443f3fa8a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)