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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ч???? | 00111111100001001000100100111111001111110011111100111111 | 3f84893f3f3f3f |
EUC-JP | ?ч???? | 00111111101001111110100100111111001111110011111100111111 | 3fa7e93f3f3f3f |
UTF-8 | 驪ч웼念곭쁺 | 1110111110100110100001111101000110000111111011001001101110111100111011111010011010100011111010101011001110101101111011001000000110111010 | efa687d187ec9bbcefa6a3eab3adec81ba |
UHC | 驪ч웼念곭쁺 | 111001101010111110101100111010011001111110001000111001101111011010000001111001111001100010000001 | e6aface99f88e6f681e79881 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)