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 | 襠大穀襠第 | 11100101111110111001000111100101100011011001001011100101111110111001000111100110 | e5fb91e58d92e5fb91e6 |
EUC-JP | 襠大穀襠第 | 11101010111111011100001011100111101110011111001011101010111111011100001011101000 | eafdc2e7b9f2eafdc2e8 |
UTF-8 | 襠大穀襠第 | 111010001010010110100000111001011010010010100111111001111010100110000000111010001010010110100000111001111010110010101100 | e8a5a0e5a4a7e7a980e8a5a0e7acac |
UHC | ?大穀?第 | 0011111111010011110111101100110111011010001111111111000010101111 | 3fd3decdda3ff0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)