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 | ン涬笋 | 1101110111111011010000011110001010100010 | ddfb41e2a2 |
EUC-JP | ン涬笋 | 10001110110111011000111111000111110011111110010010100100 | 8edd8fc7cfe4a4 |
UTF-8 | ン涬笋 | 111011111011111010011101111001101011011010101100111001111010110010001011 | efbe9de6b6ace7ac8b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)