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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踉簿ィ縄寘 | 1110011011110010100101011110101110101000100100111110101011110010100000111111101010101001 | e6f295eba893eaf283faa9 |
EUC-JP | 踉簿ィ縄?寘 | 111011001111010011001010111011011000111010101000110001101110110000111111100011111011101011100001 | ecf4caed8ea8c6ec3f8fbae1 |
UTF-8 | 踉簿ィ縄寘 | 111010001011100010001001111001111011000010111111111011111011110110101000111001111011100010000100111011101000011010111010111001011010111110011000 | e8b889e7b0bfefbda8e7b884ee86bae5af98 |
UHC | ?簿???? | 00111111110111011010110100111111001111110011111100111111 | 3fddad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)