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 | ??澁 | 00111111001111111110000001000110 | 3f3fe046 |
EUC-JP | ??澁 | 00111111001111111101111110100111 | 3f3fdfa7 |
UTF-8 | 룶ㄱ澁 | 111010111010001110110110111000111000010010110001111001101011111010000001 | eba3b6e384b1e6be81 |
UHC | 룶ㄱ澁 | 100011111010101110100100101000011101111110111011 | 8faba4a1dfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)