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 | 莵爵灼籀 | 1110010010110111100011101101110110001110110111001110001011011000 | e4b78edd8edce2d8 |
EUC-JP | 莵爵灼籀 | 1110100010111001101111001101111110111100110111101110010011011010 | e8b9bcdfbcdee4da |
UTF-8 | 莵爵灼籀 | 111010001000111010110101111001111000100010110101111001111000000110111100111001111011000110000000 | e88eb5e788b5e781bce7b180 |
UHC | ?爵灼? | 001111111110110111001001111011011100011100111111 | 3fedc9edc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)