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 | 叩贈湛棚 | 1001001001000000100100011010000110010010010110001001001001001001 | 924091a192589249 |
EUC-JP | 叩贈湛棚 | 1100001110100001110000101010001111000011101110011100001110101010 | c3a1c2a3c3b9c3aa |
UTF-8 | 叩贈湛棚 | 111001011000111110101001111010001011010010001000111001101011100110011011111001101010001110011010 | e58fa9e8b488e6b99be6a39a |
UHC | 叩贈湛棚 | 1100110110110000111100011111110011010011110000001101110111011100 | cdb0f1fcd3c0dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)