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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡戊エ句オッ | 111010001001010010010101111010001011010010001011111001011011010110101111 | e89495e8b48be5b5af |
EUC-JP | 阡戊エ句オッ | 111011111111010011001010111010101000111010110100101101101110011110001110101101011000111010101111 | eff4caea8eb4b6e78eb58eaf |
UTF-8 | 阡戊エ句オッ | 111010011001100010100001111001101000100010001010111011111011110110110100111001011000111110100101111011111011110110110101111011111011110110101111 | e998a1e6888aefbdb4e58fa5efbdb5efbdaf |
UHC | 阡戊?句?? | 111101001100011011011001111001100011111111001111101000110011111100111111 | f4c6d9e63fcfa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)