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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??腸? | 0011111100111111100100101011000000111111 | 3f3f92b03f |
EUC-JP | ??腸? | 0011111100111111110001001011001000111111 | 3f3fc4b23f |
UTF-8 | 臨렭腸흖 | 111011111010011110110110111010111010000010101101111010001000010110111000111011011001110110010110 | efa7b6eba0ade885b8ed9d96 |
UHC | 臨렭腸흖 | 1110110011111010100011101011101011101101111100111100100011101000 | ecfa8ebaedf3c8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)