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åð | 100011110100010010010010111001011000101111110000 | 8f4492e58bf0 |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | ?D?å?ð | 00111111010001000011111110001111101010111010100100111111100011111010100111000011 | 3f443f8faba93f8fa9c3 |
UTF-8 | Dåð | 1100001010001111010001001100001010010010110000111010010111000010100010111100001110110000 | c28f44c292c3a5c28bc3b0 |
UHC | ?D???ð | 00111111010001000011111100111111001111111010100110100011 | 3f443f3f3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)