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 | 第逸潮茗 | 1001000111100110100010001110110110010010101010101110010010101010 | 91e688ed92aae4aa |
EUC-JP | 第逸潮茗 | 1100001011101000101100001110111111000100101011001110100010101100 | c2e8b0efc4ace8ac |
UTF-8 | 第逸潮茗 | 111001111010110010101100111010011000000010111000111001101011110110101110111010001000110010010111 | e7acace980b8e6bdaee88c97 |
UHC | 第逸潮茗 | 1111000010101111111011001110111111110000110011011101100110101011 | f0afeceff0cdd9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)