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 | 兆븜눼 | 111001011000010110000110111010111011100010011100111010111000100010111100 | e58586ebb89ceb88bc |
UHC | 兆븜눼 | 111100001011110010111010111011101011010010110100 | f0bcbaeeb4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)