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 | 鈞帷オ千盧霍 | 1110011111100000100110111110011110110101100100001110011111100001101110001110100010110111 | e7e09be7b590e7e1b8e8b7 |
EUC-JP | 鈞帷オ千盧霍 | 111011101110001011010110111010011000111010110101110000001110100111100010101110101111000010111001 | eee2d6e98eb5c0e9e2baf0b9 |
UTF-8 | 鈞帷オ千盧霍 | 111010011000100010011110111001011011100010110111111011111011110110110101111001011000110110000011111001111001101110100111111010011001110010001101 | e9889ee5b8b7efbdb5e58d83e79ba7e99c8d |
UHC | 鈞??千盧? | 110100001011011100111111001111111111010010110110110101101101010000111111 | d0b73f3ff4b6d6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)