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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?ч??ч?B | 001111111000010010001001001111110011111110000100100010010011111101000010 | 3f84893f3f84893f42 |
EUC-JP | ?ч??ч?B | 001111111010011111101001001111110011111110100111111010010011111101000010 | 3fa7e93f3fa7e93f42 |
UTF-8 | 驪ч윸驪ч윸B | 1110111110100110100001111101000110000111111011001001110010111000111011111010011010000111110100011000011111101100100111001011100001000010 | efa687d187ec9cb8efa687d187ec9cb842 |
UHC | 驪ч윸驪ч윸B | 11100110101011111010110011101001100111111011001011100110101011111010110011101001100111111011001001000010 | e6aface99fb2e6aface99fb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)