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 | 鞐守洸裄 | 1110100011011110100011101110011110011111101010011110010111100000 | e8de8ee79fa9e5e0 |
EUC-JP | 鞐守洸裄 | 1111000011100000101111001110100111011110101010111110101011100010 | f0e0bce9deabeae2 |
UTF-8 | 鞐守洸裄 | 111010011001111010010000111001011010111010001000111001101011010010111000111010001010001110000100 | e99e90e5ae88e6b4b8e8a384 |
UHC | ?守洸? | 001111111110000111111010110011101100100000111111 | 3fe1facec83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)