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 | 睫犹蠶 | 111000011100101011100000101110011110010111000010 | e1cae0b9e5c2 |
EUC-JP | 睫犹蠶 | 111000101100110011100000101110111110101011000100 | e2cce0bbeac4 |
UTF-8 | 睫犹蠶 | 111001111001110110101011111001111000101010111001111010001010000010110110 | e79dabe78ab9e8a0b6 |
UHC | 睫?蠶 | 1111010011100010001111111110110111011001 | f4e23fedd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)