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 | 111001110101001111100010100110001110011101010011111000101001100001000010 | e753e298e753e29842 |
EUC-JP | 躊笘躊笘B | 111011011011010011100011111110001110110110110100111000111111100001000010 | edb4e3f8edb4e3f842 |
UTF-8 | 躊笘躊笘B | 11101000101110101000101011100111101011001001100011101000101110101000101011100111101011001001100001000010 | e8ba8ae7ac98e8ba8ae7ac9842 |
UHC | 躊?躊?B | 11110001110011000011111111110001110011000011111101000010 | f1cc3ff1cc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)