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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 褥??Z | 1110010111110001001111110011111101011010 | e5f13f3f5a |
EUC-JP | 褥??Z | 1110101011110011001111110011111101011010 | eaf33f3f5a |
UTF-8 | 褥㎩윿Z | 11101000101001001010010111100011100011101010100111101100100111001011111101011010 | e8a4a5e38ea9ec9cbf5a |
UHC | 褥㎩윿Z | 11101001101100111010011111100101100111111011011101011010 | e9b3a7e59fb75a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)