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 | 箙滑嘗讎 | 1110001010110111100010101000101010001111101001101110011010100110 | e2b78a8a8fa6e6a6 |
EUC-JP | 箙滑嘗讎 | 1110010010111001101100111110101010111110101010001110110010101000 | e4b9b3eabea8eca8 |
UTF-8 | 箙滑嘗讎 | 111001111010111010011001111001101011101110010001111001011001100010010111111010001010111010001110 | e7ae99e6bb91e59897e8ae8e |
UHC | ?滑嘗? | 001111111111110011000001110111111100010000111111 | 3ffcc1dfc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)