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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汁基???? | 1000111101100000100010101110111000111111001111110011111100111111 | 8f608aee3f3f3f3f |
EUC-JP | 汁基???? | 1011110111000001101101001111000000111111001111110011111100111111 | bdc1b4f03f3f3f3f |
UTF-8 | 汁基렱肋렱ㆀ | 111001101011000110000001111001011001111110111010111010111010000010110001111011111010010110010011111010111010000010110001111000111000011010000000 | e6b181e59fbaeba0b1efa593eba0b1e38680 |
UHC | 汁基렱肋렱ㆀ | 111100011111000011010000111100011000111010111110110100101111000110001110101111101010010011110000 | f1f0d0f18ebed2f18ebea4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)