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 | ??墨 | 00111111001111111001011001101110 | 3f3f966e |
EUC-JP | 湞?墨 | 100011111100011111111110001111111100101111001111 | 8fc7fe3fcbcf |
UTF-8 | 湞대墨 | 111001101011100110011110111010111000110010000000111001011010001010101000 | e6b99eeb8c80e5a2a8 |
UHC | 湞대墨 | 111011111110011010110100111010111101100111111000 | efe6b4ebd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)