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 | 乗榘 | 100011111110011011111010111010111111100001000010 | 8fe6faebf842 |
EUC-JP | 乗榘? | 101111101110100010001111110001001101100100111111 | bee88fc4d93f |
UTF-8 | 乗榘 | 111001001011100110010111111001101010011010011000111011101001011110100010 | e4b997e6a698ee97a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)