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 | 邁ォ邁ォ闔檻 | 11100111101100001010101111100111101100001010101111101000100011101001111101000010 | e7b0abe7b0abe88e9f42 |
EUC-JP | 邁ォ邁ォ闔檻 | 111011101011001010001110101010111110111010110010100011101010101111101111111011101101110110100011 | eeb28eabeeb28eabefeedda3 |
UTF-8 | 邁ォ邁ォ闔檻 | 111010011000001010000001111011111011110110101011111010011000001010000001111011111011110110101011111010011001011110010100111001101010101010111011 | e98281efbdabe98281efbdabe99794e6aabb |
UHC | 邁?邁?闔檻 | 11011000111001000011111111011000111001000011111111111001111011111111100111100011 | d8e43fd8e43ff9eff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)