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 | 闌蛾嚥 | 111010001000110010001001111010011001101010001011 | e88c89e99a8b |
EUC-JP | 闌蛾嚥 | 111011111110110010110010111010111101001111101011 | efecb2ebd3eb |
UTF-8 | 闌蛾嚥 | 111010011001011110001100111010001001101110111110111001011001101010100101 | e9978ce89bbee59aa5 |
UHC | ?蛾嚥 | 0011111111100100101101101110011010111111 | 3fe4b6e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)