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 | 兆?? | 10010010100110110011111100111111 | 929b3f3f |
EUC-JP | 兆?? | 11000011111110110011111100111111 | c3fb3f3f |
UTF-8 | 兆렢렱 | 111001011000010110000110111010111010000010100010111010111010000010110001 | e58586eba0a2eba0b1 |
UHC | 兆렢렱 | 111100001011110010001110101100111000111010111110 | f0bc8eb38ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)