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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菴呱ーア碪 | 1110010010111101100110011110101110110000101100011110000111110010 | e4bd99ebb0b1e1f2 |
EUC-JP | 菴呱ーア碪 | 11101000101111111101001011101101100011101011000010001110101100011110001011110100 | e8bfd2ed8eb08eb1e2f4 |
UTF-8 | 菴呱ーア碪 | 111010001000111110110100111001011001000110110001111011111011110110110000111011111011110110110001111001111010001010101010 | e88fb4e591b1efbdb0efbdb1e7a2aa |
UHC | 菴呱??? | 11100100111000001100110110110010001111110011111100111111 | e4e0cdb23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)