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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隰晏ォ臥庶B | 11101000101011001001110111100101101010111000100111100111100011111000111001000010 | e8ac9de5ab89e78f8e42 |
EUC-JP | 隰晏ォ臥庶B | 1111000010101110110110101110011110001110101010111011001011101001101111011110111001000010 | f0aedae78eabb2e9bdee42 |
UTF-8 | 隰晏ォ臥庶B | 11101001100110101011000011100110100110011000111111101111101111011010101111101000100001111010010111100101101110101011011001000010 | e99ab0e6998fefbdabe887a5e5bab642 |
UHC | ?晏?臥庶B | 001111111110010011001111001111111110100011000010110111111110111001000010 | 3fe4cf3fe8c2dfee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)