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 | ?ч?? | 0011111110000100100010010011111100111111 | 3f84893f3f |
EUC-JP | ?ч?? | 0011111110100111111010010011111100111111 | 3fa7e93f3f |
UTF-8 | 驪ч웼廉 | 1110111110100110100001111101000110000111111011001001101110111100111011111010011010100010 | efa687d187ec9bbcefa6a2 |
UHC | 驪ч웼廉 | 1110011010101111101011001110100110011111100010001110011011110101 | e6aface99f88e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)