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 | 澱?? | 10010011011000100011111100111111 | 93623f3f |
EUC-JP | 澱?? | 11000101110000110011111100111111 | c5c33f3f |
UTF-8 | 澱ㅷ쨌 | 111001101011111010110001111000111000010110110111111011001010100010001100 | e6beb1e385b7eca88c |
UHC | 澱ㅷ쨌 | 111011101111111010100100111001111100001010110111 | eefea4e7c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)