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 | 寤????? | 10011011100010000011111100111111001111110011111100111111 | 9b883f3f3f3f3f |
EUC-JP | 寤????? | 11010101111010000011111100111111001111110011111100111111 | d5e83f3f3f3f3f |
UTF-8 | 寤뤺꼥閭볡푽 | 111001011010111110100100111010111010010010111010111010101011110010100101111011111010011010000110111010111011001110100001111011011001000110111101 | e5afa4eba4baeabca5efa686ebb3a1ed91bd |
UHC | 寤뤺꼥閭볡푽 | 111001111111010110001111111010001000010010000010111001101010110110010011111001111011111010001000 | e7f58fe88482e6ad93e7be88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)