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 | 渦?昞 | 1000100101010001001111111111101011010011 | 89513ffad3 |
EUC-JP | 渦?昞 | 101100011011001000111111100011111100001010100001 | b1b23f8fc2a1 |
UTF-8 | 渦닿昞 | 111001101011100010100110111010111000101110111111111001101001100010011110 | e6b8a6eb8bbfe6989e |
UHC | 渦닿昞 | 111010001011111010110100111010101101110010110101 | e8beb4eadcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)