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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箘≦虻 | 111000101010111010000001100001011000100010111000 | e2ae818588b8 |
EUC-JP | 箘≦虻 | 111001001011000010100001111001011011000010111010 | e4b0a1e5b0ba |
UTF-8 | 箘≦虻 | 111001111010111010011000111000101000100110100110111010001001100110111011 | e7ae98e289a6e899bb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)