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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遵??棒慮 | 1000111110000101001111110011111110010110010111111001011110110110 | 8f853f3f965f97b6 |
EUC-JP | 遵??棒慮 | 1011110111100101001111110011111111001011110000001100111010111000 | bde53f3fcbc0ceb8 |
UTF-8 | 遵면렪棒慮 | 111010011000000110110101111010111010100110110100111010111010000010101010111001101010001110010010111001101000010110101110 | e981b5eba9b4eba0aae6a392e685ae |
UHC | 遵면렪棒慮 | 11110001111001011011100011101001100011101011100011011100111010101101010111100111 | f1e5b8e98eb8dcead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)