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 | ?〓?? | 0011111110000001101011000011111100111111 | 3f81ac3f3f |
EUC-JP | 繇〓?? | 10001111110101001101000110100010101011100011111100111111 | 8fd4d1a2ae3f3f |
UTF-8 | 繇〓뮩類 | 111001111011100110000111111000111000000010010011111010111010111010101001111011111010011110010000 | e7b987e38093ebaea9efa790 |
UHC | 繇〓뮩類 | 1110100110100011101000011110101110010010101100111110101110111010 | e9a3a1eb92b3ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)