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 | 上緕ー焦オ鴫 | 10001111111000111110001110001110101100001000111111000101101101011000111010110000 | 8fe3e38eb08fc5b58eb0 |
EUC-JP | 上緕ー焦オ鴫 | 101111101110010111100101111011101000111010110000101111101100011110001110101101011011110010110010 | bee5e5ee8eb0bec78eb5bcb2 |
UTF-8 | 上緕ー焦オ鴫 | 111001001011100010001010111001111011011110010101111011111011110110110000111001111000010010100110111011111011110110110101111010011011010010101011 | e4b88ae7b795efbdb0e784a6efbdb5e9b4ab |
UHC | 上??焦?? | 1101111110111110001111110011111111110101101001010011111100111111 | dfbe3f3ff5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)