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 | ??淅 | 00111111001111111001111111000110 | 3f3f9fc6 |
EUC-JP | ??淅 | 00111111001111111101111011001000 | 3f3fdec8 |
UTF-8 | 롉롊淅 | 111010111010000110001001111010111010000110001010111001101011011110000101 | eba189eba18ae6b785 |
UHC | 롉롊淅 | 100011101100111110001110110100001110000010110010 | 8ecf8ed0e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)