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 | 隲「蟷主粋 | 111010001010101110100010111001011011100110001110111001011001000010001000 | e8aba2e5b98ee59088 |
EUC-JP | 隲「蟷主粋 | 11110000101011011000111010100010111010101011101110111100111001111011111111101000 | f0ad8ea2eabbbce7bfe8 |
UTF-8 | 隲「蟷主粋 | 111010011001101010110010111011111011110110100010111010001001111110110111111001001011100010111011111001111011001010001011 | e99ab2efbda2e89fb7e4b8bbe7b28b |
UHC | ???主? | 001111110011111100111111111100011010101100111111 | 3f3f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)