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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭耿?績 | 10001101110101011110001111010100001111111001000011010001 | 8dd5e3d43f90d1 |
EUC-JP | 祭耿?績 | 10111010110101111110011011010110001111111100000011010011 | bad7e6d63fc0d3 |
UTF-8 | 祭耿늉績 | 111001111010010110101101111010001000000010111111111010111000101010001001111001111011100010111110 | e7a5ade880bfeb8a89e7b8be |
UHC | 祭耿늉績 | 1111000010101110110011001110101010110100101111111110111011100000 | f0aecceab4bfeee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)