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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佃?葬?? | 10010010110011110011111110010001100100100011111100111111 | 92cf3f91923f3f |
EUC-JP | 佃?葬?? | 11000100110100010011111111000001111100100011111100111111 | c4d13fc1f23f3f |
UTF-8 | 佃렠葬흗렣 | 111001001011110110000011111010111010000010100000111010001001000110101100111011011001110110010111111010111010000010100011 | e4bd83eba0a0e891aced9d97eba0a3 |
UHC | 佃렠葬흗렣 | 11101110111011001000111010110001111011011111011111001000111010011000111010110100 | eeec8eb1edf7c8e98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)