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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 윳팻♣[윳팻♣[^ | 111011001001110010110011111011011000110010111011111000101001100110100011010110111110110010011100101100111110110110001100101110111110001010011001101000110101101101011110 | ec9cb3ed8cbbe299a35bec9cb3ed8cbbe299a35b5e |
UHC | 윳팻♣[윳팻♣[^ | 110000001011010111000110110101101010001011000000010110111100000010110101110001101101011010100010110000000101101101011110 | c0b5c6d6a2c05bc0b5c6d6a2c05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)