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 | 001111110011111110010010101101110011111101000010 | 3f3f92b73f42 |
EUC-JP | ??長?B | 001111110011111111000100101110010011111101000010 | 3f3fc4b93f42 |
UTF-8 | 卄렲長렲B | 11100101100011011000010011101011101000001011001011101001100101011011011111101011101000001011001001000010 | e58d84eba0b2e995b7eba0b242 |
UHC | 卄렲長렲B | 111011001111111010001110101111111110110111111110100011101011111101000010 | ecfe8ebfedfe8ebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)