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 | 淅??? | 1001111111000110001111110011111100111111 | 9fc63f3f3f |
EUC-JP | 淅??? | 1101111011001000001111110011111100111111 | dec83f3f3f |
UTF-8 | 淅렱렭셉 | 111001101011011110000101111010111010000010110001111010111010000010101101111011001000010110001001 | e6b785eba0b1eba0adec8589 |
UHC | 淅렱렭셉 | 1110000010110010100011101011111010001110101110101011110011000001 | e0b28ebe8ebabcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)