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 | ト靑ア | 111100101010011111000100111110111111001010110001 | f2a7c4fbf2b1 |
EUC-JP | ?ト?ア | 001111111000111011000100001111111000111010110001 | 3f8ec43f8eb1 |
UTF-8 | ト靑ア | 111011101000011110011110111011111011111010000100111010011001110110010001111011111011110110110001 | ee879eefbe84e99d91efbdb1 |
UHC | ??靑? | 0011111100111111111101001110110000111111 | 3f3ff4ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)