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 | ³_h | 1000110010110011100110000101111110000010100010111001000001101000 | 8cb3985f828b9068 |
SJIS-WIN | ???_???h | 0011111100111111001111110101111100111111001111110011111101101000 | 3f3f3f5f3f3f3f68 |
EUC-JP | ???_???h | 0011111100111111001111110101111100111111001111110011111101101000 | 3f3f3f5f3f3f3f68 |
UTF-8 | ³_h | 1100001010001100110000101011001111000010100110000101111111000010100000101100001010001011110000101001000001101000 | c28cc2b3c2985fc282c28bc29068 |
UHC | ?³?_???h | 001111111010100111111000001111110101111100111111001111110011111101101000 | 3fa9f83f5f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)