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 | 寤???? | 100110111000100000111111001111110011111100111111 | 9b883f3f3f3f |
EUC-JP | 寤???? | 110101011110100000111111001111110011111100111111 | d5e83f3f3f3f |
UTF-8 | 寤됧만若쀩 | 111001011010111110100100111010111001000010100111111010111010011110001100111011111010010110110100111011001000000010101001 | e5afa4eb90a7eba78cefa5b4ec80a9 |
UHC | 寤됧만若쀩 | 11100111111101011000100111100101101110001011100011100101101011101001011111101001 | e7f589e5b8b8e5ae97e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)