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 | 紙?旭?啼 | 1000111010000110001111111000100010101110001111111001101001100101 | 8e863f88ae3f9a65 |
EUC-JP | 紙?旭?啼 | 1011101111100110001111111011000010110000001111111101001111000110 | bbe63fb0b03fd3c6 |
UTF-8 | 紙렒旭렠啼 | 111001111011010010011001111010111010000010010010111001101001011110101101111010111010000010100000111001011001010110111100 | e7b499eba092e697adeba0a0e595bc |
UHC | 紙렒旭렠啼 | 11110010101101011000111010100111111010011110111110001110101100011111000010100110 | f2b58ea7e9ef8eb1f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)