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 | 苺?≦ | 1110010010010101001111111000000110000101 | e4953f8185 |
EUC-JP | 苺鏅≦ | 11100111111101011000111111100101101111101010000111100101 | e7f58fe5bea1e5 |
UTF-8 | 苺鏅≦ | 111010001000101110111010111010011000111110000101111000101000100110100110 | e88bbae98f85e289a6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)