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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 喟痾B涌 | 10011010010111111110000101111101010000101001011101001111 | 9a5fe17d42974f |
EUC-JP | 喟痾B涌 | 11010011110000001110000111011110010000101100110110110000 | d3c0e1de42cdb0 |
UTF-8 | 喟痾B涌 | 11100101100101101001111111100111100101111011111001000010111001101011011010001100 | e5969fe797be42e6b68c |
UHC | ??B涌 | 0011111100111111010000101110100110111111 | 3f3f42e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)