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 | ?晳?? | 0011111111111010110110010011111100111111 | 3ffad93f3f |
EUC-JP | ?晳?? | 001111111000111111000010110001000011111100111111 | 3f8fc2c43f3f |
UTF-8 | 잨晳쒳잪 | 111011001001111010101000111001101001100110110011111011001001001010110011111011001001111010101010 | ec9ea8e699b3ec92b3ec9eaa |
UHC | 잨晳쒳잪 | 1001111111110011111000001010111110011101010010101001111111110101 | 9ff3e0af9d4a9ff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)