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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 劣곗빆琉뉐윜梨 | 111011111010011010011101111010101011001110010111111010111011100110000110111011111010011110001100111010111000100110010000111011001001110010011100111011111010011110100010 | efa69deab397ebb986efa78ceb8990ec9c9cefa7a2 |
UHC | 劣곗빆琉뉐윜梨 | 1110011011101011101100001110110010010101101011011110101110100100100001111110010110011111100111111110110010110001 | e6ebb0ec95adeba487e59f9fecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)