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 | 茘曙ソ諢 | 11100100101010111000111110001100101111111110011010000100 | e4ab8f8cbfe684 |
EUC-JP | 茘曙ソ諢 | 1110100010101101101111011110110010001110101111111110101111100100 | e8adbdec8ebfebe4 |
UTF-8 | 茘曙ソ諢 | 111010001000110010011000111001101001101110011001111011111011110110111111111010001010101110100010 | e88c98e69b99efbdbfe8aba2 |
UHC | ?曙?? | 0011111111011111111101010011111100111111 | 3fdff53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)