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 | 筰硅牀 | 111000101010100111100001111010011110000010101100 | e2a9e1e9e0ac |
EUC-JP | 筰硅牀 | 111001001010101111100010111010111110000010101110 | e4abe2ebe0ae |
UTF-8 | 筰硅牀 | 111001111010110110110000111001111010000110000101111001111000100110000000 | e7adb0e7a185e78980 |
UHC | ?硅牀 | 0011111111010000101010011101111111010001 | 3fd0a9dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)