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 | 枝?汀 | 1000111001111101001111111001001011110011 | 8e7d3f92f3 |
EUC-JP | 枝?汀 | 1011101111011110001111111100010011110101 | bbde3fc4f5 |
UTF-8 | 枝렖汀 | 111001101001111010011101111010111010000010010110111001101011000110000000 | e69e9deba096e6b180 |
UHC | 枝렖汀 | 111100101010101110001110101010111110111111100010 | f2ab8eabefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)