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 | 叩俗贈則 | 1001001001000000100100011010110110010001101000011001000110100101 | 924091ad91a191a5 |
EUC-JP | 叩俗贈則 | 1100001110100001110000101010111111000010101000111100001010100111 | c3a1c2afc2a3c2a7 |
UTF-8 | 叩俗贈則 | 111001011000111110101001111001001011111110010111111010001011010010001000111001011000100110000111 | e58fa9e4bf97e8b488e58987 |
UHC | 叩俗贈則 | 1100110110110000111000011101010011110001111111001111011011001110 | cdb0e1d4f1fcf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)