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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???二?? | 00111111001111110011111110010011111100010011111100111111 | 3f3f3f93f13f3f |
EUC-JP | ???二?? | 00111111001111110011111111000110111100110011111100111111 | 3f3f3fc6f33f3f |
UTF-8 | 濾곌쑬二닸레 | 111011111010011010000100111010101011001110001100111011001001000110101100111001001011101010001100111010111000101110111000111010111010000010001000 | efa684eab38cec91ace4ba8ceb8bb8eba088 |
UHC | 濾곌쑬二닸레 | 111001101010010010110000111010101011111010101000111011001010001110110100111001101011011110111001 | e6a4b0eabea8eca3b4e6b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)