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 | 啼???淫? | 1001101001100101001111110011111100111111100010001111101000111111 | 9a653f3f3f88fa3f |
EUC-JP | 啼???淫? | 1101001111000110001111110011111100111111101100001111110000111111 | d3c63f3f3fb0fc3f |
UTF-8 | 啼렪渽렜淫렕 | 111001011001010110111100111010111010000010101010111001101011100010111101111010111010000010011100111001101011011110101011111010111010000010010101 | e595bceba0aae6b8bdeba09ce6b7abeba095 |
UHC | 啼렪渽렜淫렕 | 111100001010011010001110101110001110111010101010100011101010111011101011111000101000111010101010 | f0a68eb8eeaa8eaeebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)