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ûú | 100101000100010010010101111110111001001111111010 | 944495fb93fa |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | ?D?û?ú | 00111111010001000011111110001111101010111110010100111111100011111010101111100010 | 3f443f8fabe53f8fabe2 |
UTF-8 | Dûú | 1100001010010100010001001100001010010101110000111011101111000010100100111100001110111010 | c29444c295c3bbc293c3ba |
UHC | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)