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 | ??爰?肄 | 00111111001111111110000010100111001111111110001111100101 | 3f3fe0a73fe3e5 |
EUC-JP | 焌?爰?肄 | 100011111100100111101000001111111110000010101001001111111110011011100111 | 8fc9e83fe0a93fe6e7 |
UTF-8 | 焌렊爰렪肄 | 111001111000010010001100111010111010000010001010111001111000100010110000111010111010000010101010111010001000001010000100 | e7848ceba08ae788b0eba0aae88284 |
UHC | 焌렊爰렪肄 | 11110001111000001000111010100001111010101011101010001110101110001110110010111101 | f1e08ea1eaba8eb8ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)