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 | 簽黝濱 | 111000101101001111101010011110101110000001011111 | e2d3ea7ae05f |
EUC-JP | 簽黝濱 | 111001001101010111110011110110111101111111000000 | e4d5f3dbdfc0 |
UTF-8 | 簽黝濱 | 111001111011000010111101111010011011101110011101111001101011111110110001 | e7b0bde9bb9de6bfb1 |
UHC | 簽?濱 | 1111010011011000001111111101111010110100 | f4d83fdeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)