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 | 俎?建 | 1001100011010111001111111000110010011010 | 98d73f8c9a |
EUC-JP | 俎?建 | 1101000011011001001111111011011111111010 | d0d93fb7fa |
UTF-8 | 俎댈建 | 111001001011111110001110111010111000110010001000111001011011101110111010 | e4bf8eeb8c88e5bbba |
UHC | 俎댈建 | 111100001011101110110100111011101100101111101111 | f0bbb4eecbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)