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 | 蟐、魄ョ | 111001011010101010100100111010011010111010101110 | e5aaa4e9aeae |
EUC-JP | 蟐、魄ョ | 1110101010101100100011101010010011110010101100001000111010101110 | eaac8ea4f2b08eae |
UTF-8 | 蟐、魄ョ | 111010001001111110010000111011111011110110100100111010011010110110000100111011111011110110101110 | e89f90efbda4e9ad84efbdae |
UHC | ??魄? | 0011111100111111110110111101111000111111 | 3f3fdbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)