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 | 隧イ驢ョ | 111010001010100110110010111010011000011010101110 | e8a9b2e986ae |
EUC-JP | 隧イ驢ョ | 1111000010101011100011101011001011110001111001101000111010101110 | f0ab8eb2f1e68eae |
UTF-8 | 隧イ驢ョ | 111010011001101010100111111011111011110110110010111010011010100110100010111011111011110110101110 | e99aa7efbdb2e9a9a2efbdae |
UHC | 隧?驢? | 111000101100101000111111110101011111000000111111 | e2ca3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)