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 | 墻ヨ???? | 1001101011010100100000111000100000111111001111110011111100111111 | 9ad483883f3f3f3f |
EUC-JP | 墻ヨ???? | 1101010011010110101001011110100000111111001111110011111100111111 | d4d6a5e83f3f3f3f |
UTF-8 | 墻ヨ나蓮곮나 | 111001011010001010111011111000111000001110101000111010111000001010011000111011111010011010011001111010101011001110101110111010111000001010011000 | e5a2bbe383a8eb8298efa699eab3aeeb8298 |
UHC | 墻ヨ나蓮곮나 | 111011011101111110101011111010001011001110101010111001101110010110000001111010001011001110101010 | eddfabe8b3aae6e581e8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)