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 | 足橋攻? | 10010001101010111000101110110100100011010101010100111111 | 91ab8bb48d553f |
EUC-JP | 足橋攻? | 11000010101011011011011010110110101110011011011000111111 | c2adb6b6b9b63f |
UTF-8 | 足橋攻뤗 | 111010001011011010110011111001101010100110001011111001101001010010111011111010111010010010010111 | e8b6b3e6a98be694bbeba497 |
UHC | 足橋攻뤗 | 1111000011101011110011101110100111001101111101001000111111000111 | f0ebcee9cdf48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)