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 | 琲珎o怏 | 1110000011101000111000001101110110000010100011111001110010001001 | e0e8e0dd828f9c89 |
EUC-JP | 琲珎o怏 | 1110000011101010111000001101111110100011111011111101011111101001 | e0eae0dfa3efd7e9 |
UTF-8 | 琲珎o怏 | 111001111001000010110010111001111000111110001110111011111011110110001111111001101000000010001111 | e790b2e78f8eefbd8fe6808f |
UHC | ??o怏 | 001111110011111110100011111011111110010011101000 | 3f3fa3efe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)