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 | 爭耕?池 | 11100000101001011000110101101011001111111001001001110010 | e0a58d6b3f9272 |
EUC-JP | 爭耕?池 | 11100000101001111011100111001100001111111100001111010011 | e0a7b9cc3fc3d3 |
UTF-8 | 爭耕깅池 | 111001111000100010101101111010001000000010010101111010101011100110000101111001101011000110100000 | e788ade88095eab985e6b1a0 |
UHC | 爭耕깅池 | 1110111010110011110011001110100110110001111010111111001010101110 | eeb3cce9b1ebf2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)