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 | 寤???ョ? | 1001101110001000001111110011111100111111100000111000011100111111 | 9b883f3f3f83873f |
EUC-JP | 寤???ョ? | 1101010111101000001111110011111100111111101001011110011100111111 | d5e83f3f3fa5e73f |
UTF-8 | 寤뤵룤柳ョ독 | 111001011010111110100100111010111010010010110101111010111010001110100100111011111010011110001001111000111000001110100111111010111000111110000101 | e5afa4eba4b5eba3a4efa789e383a7eb8f85 |
UHC | 寤뤵룤柳ョ독 | 111001111111010110001111111000111000111110011101111010101111011110101011111001111011010110110110 | e7f58fe38f9deaf7abe7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)