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 | 邯鞘伯 | 111001111011011010001111111000101001010010001100 | e7b68fe2948c |
EUC-JP | 邯鞘伯 | 111011101011100010111110111001001100011111101100 | eeb8bee4c7ec |
UTF-8 | 邯鞘伯 | 111010011000001010101111111010011001111010011000111001001011110010101111 | e982afe99e98e4bcaf |
UHC | 邯?伯 | 1100101011111011001111111101101111010111 | cafb3fdbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)