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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | 叩賊奪T | 10010010010000001001000110101111100100100100010001010100 | 924091af924454 |
EUC-JP | 叩賊奪T | 11000011101000011100001010110001110000111010010101010100 | c3a1c2b1c3a554 |
UTF-8 | 叩賊奪T | 11100101100011111010100111101000101100111000101011100101101001011010101001010100 | e58fa9e8b38ae5a5aa54 |
UHC | 叩賊奪T | 11001101101100001110111011100100111101111010110001010100 | cdb0eee4f7ac54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)