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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遲鉱遲鉱B | 111001111010110110001101011110101110011110101101100011010111101001000010 | e7ad8d7ae7ad8d7a42 |
EUC-JP | 遲鉱遲鉱B | 111011101010111110111001110110111110111010101111101110011101101101000010 | eeafb9dbeeafb9db42 |
UTF-8 | 遲鉱遲鉱B | 11101001100000011011001011101001100010011011000111101001100000011011001011101001100010011011000101000010 | e981b2e989b1e981b2e989b142 |
UHC | 遲?遲?B | 11110010110000000011111111110010110000000011111101000010 | f2c03ff2c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)