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 | 叩樽但箪 | 1001001001000000100100100100110110010010010000011001001001011100 | 9240924d9241925c |
EUC-JP | 叩樽但箪 | 1100001110100001110000111010111011000011101000101100001110111101 | c3a1c3aec3a2c3bd |
UTF-8 | 叩樽但箪 | 111001011000111110101001111001101010100010111101111001001011110110000110111001111010111010101010 | e58fa9e6a8bde4bd86e7aeaa |
UHC | 叩樽但? | 11001101101100001111000111011100110100111010001100111111 | cdb0f1dcd3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)