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 | 朎ヤル | 111110101101111111110110111000111101010011011001 | fadff6e3d4d9 |
EUC-JP | 朎?ヤル | 1000111111000010111100000011111110001110110101001000111011011001 | 8fc2f03f8ed48ed9 |
UTF-8 | 朎ヤル | 111001101001110010001110111011101001010010001010111011111011111010010100111011111011111010011001 | e69c8eee948aefbe94efbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)