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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籵爵灼萃 | 1110001011100000100011101101110110001110110111001110010011000010 | e2e08edd8edce4c2 |
EUC-JP | 籵爵灼萃 | 1110010011100010101111001101111110111100110111101110100011000100 | e4e2bcdfbcdee8c4 |
UTF-8 | 籵爵灼萃 | 111001111011000110110101111001111000100010110101111001111000000110111100111010001001000010000011 | e7b1b5e788b5e781bce89083 |
UHC | ?爵灼萃 | 00111111111011011100100111101101110001111111010111111110 | 3fedc9edc7f5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)