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 | 誤???? | 100011001110101100111111001111110011111100111111 | 8ceb3f3f3f3f |
EUC-JP | 誤???? | 101110001110110100111111001111110011111100111111 | b8ed3f3f3f3f |
UTF-8 | 誤곊뤄폀曆 | 111010001010101010100100111010101011001110001010111010111010010010000100111011011000111110000000111011111010011010001011 | e8aaa4eab38aeba484ed8f80efa68b |
UHC | 誤곊뤄폀曆 | 11101000101001101000000111001110101101111110111110111100100011111110011010110111 | e8a681ceb7efbc8fe6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)