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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?謁?k | 0011111110001001011110010011111101101011 | 3f89793f6b |
EUC-JP | ?謁啞k | 00111111101100011101101010001111101101011110000001101011 | 3fb1da8fb5e06b |
UTF-8 | 卨謁啞k | 11100101100011011010100011101000101011001000000111100101100101011001111001101011 | e58da8e8ac81e5959e6b |
UHC | 卨謁啞k | 11100000110110011110010011010111111001001010111101101011 | e0d9e4d7e4af6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)