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 | 裼滑況 | 111001011110011110001010100010101000101110110101 | e5e78a8a8bb5 |
EUC-JP | 裼滑況 | 111010101110100110110011111010101011011010110111 | eae9b3eab6b7 |
UTF-8 | 裼滑況 | 111010001010001110111100111001101011101110010001111001101011001110000001 | e8a3bce6bb91e6b381 |
UHC | ?滑況 | 0011111111111100110000011111110011001111 | 3ffcc1fccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)