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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | ?鉀?m | 0011111111111011110001010011111101101101 | 3ffbc53f6d |
EUC-JP | ?鉀焰m | 0011111110001111111000111101100010001111110010011110111101101101 | 3f8fe3d88fc9ef6d |
UTF-8 | 뤦鉀焰m | 11101011101001001010011011101001100010011000000011100111100001001011000001101101 | eba4a6e98980e784b06d |
UHC | 뤦鉀焰m | 10001111110101001100101110100101111001101111101101101101 | 8fd4cba5e6fb6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)