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 | 爵筝髙嫉室 | 10001110110111011110001010110110111110111111110010001110101110011000111010111010 | 8edde2b6fbfc8eb98eba |
EUC-JP | 爵筝?嫉室 | 101111001101111111100100101110000011111110111100101110111011110010111100 | bcdfe4b83fbcbbbcbc |
UTF-8 | 爵筝髙嫉室 | 111001111000100010110101111001111010110110011101111010011010101110011001111001011010101110001001111001011010111010100100 | e788b5e7ad9de9ab99e5ab89e5aea4 |
UHC | 爵??嫉室 | 1110110111001001001111110011111111110010111011001110001111111000 | edc93f3ff2ece3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)