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 | ??ャ◆ | 001111110011111110000011100000111000000110011111 | 3f3f8383819f |
EUC-JP | ??ャ◆ | 001111110011111110100101111000111010001010100001 | 3f3fa5e3a2a1 |
UTF-8 | 룶퓦ャ◆ | 111010111010001110110110111011011001001110100110111000111000001110100011111000101001011110000110 | eba3b6ed93a6e383a3e29786 |
UHC | 룶퓦ャ◆ | 1000111110101011101111111000111110101011111000111010000111011111 | 8fabbf8fabe3a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)