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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 橒?岵 | 10001111110001011010110100111111100011111011101110110111 | 8fc5ad3f8fbbb7 |
UTF-8 | 橒렞岵 | 111001101010100110010010111010111010000010011110111001011011001010110101 | e6a992eba09ee5b2b5 |
UHC | 橒렞岵 | 111010011111100010001110101011111111101111000000 | e9f88eaffbc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)