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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 待?作 | 1001000111010010001111111000110111101100 | 91d23f8dec |
EUC-JP | 待?作 | 1100001011010100001111111011101011101110 | c2d43fbaee |
UTF-8 | 待깹作 | 111001011011111010000101111010101011100110111001111001001011110110011100 | e5be85eab9b9e4bd9c |
UHC | 待깹作 | 110100111110001010110010101000011110110111000010 | d3e2b2a1edc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)