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 | 蟐、隱ヲ | 111001011010101010100100111010001010101010100110 | e5aaa4e8aaa6 |
EUC-JP | 蟐、隱ヲ | 1110101010101100100011101010010011110000101011001000111010100110 | eaac8ea4f0ac8ea6 |
UTF-8 | 蟐、隱ヲ | 111010001001111110010000111011111011110110100100111010011001101010110001111011111011110110100110 | e89f90efbda4e99ab1efbda6 |
UHC | ??隱? | 0011111100111111111010111101111100111111 | 3f3febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)