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 | 蜑ー蟆樒ォ檻 | 11100101100010011011000011100101101100001001111011100111101010111001111101000010 | e589b0e5b09ee7ab9f42 |
EUC-JP | 蜑ー蟆樒ォ檻 | 111010011110100110001110101100001110101010110010110111001110100110001110101010111101110110100011 | e9e98eb0eab2dce98eabdda3 |
UTF-8 | 蜑ー蟆樒ォ檻 | 111010001001110010010001111011111011110110110000111010001001111110000110111001101010100010010010111011111011110110101011111001101010101010111011 | e89c91efbdb0e89f86e6a892efbdabe6aabb |
UHC | ?????檻 | 00111111001111110011111100111111001111111111100111100011 | 3f3f3f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)