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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篷渉゙ | 11100010110010011000111111000010111100001000111011011110 | e2c98fc2f08ede |
EUC-JP | 篷渉?゙ | 11100100110010111011111011000100001111111000111011011110 | e4cbbec43f8ede |
UTF-8 | 篷渉゙ | 111001111010111110110111111001101011100010001001111011101000000110001101111011111011111010011110 | e7afb7e6b889ee818defbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)