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 | 001111111111101111000101100111011110101101101011 | 3ffbc59deb6b |
EUC-JP | ?鉀晤k | 00111111100011111110001111011000110110101110110101101011 | 3f8fe3d8daed6b |
UTF-8 | 뤦鉀晤k | 11101011101001001010011011101001100010011000000011100110100110011010010001101011 | eba4a6e98980e699a46b |
UHC | 뤦鉀晤k | 10001111110101001100101110100101111001111111101101101011 | 8fd4cba5e7fb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)