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 | ???踰 | 0011111100111111001111111110011011111010 | 3f3f3fe6fa |
EUC-JP | 濚??踰 | 10001111110010011010000100111111001111111110110011111100 | 8fc9a13f3fecfc |
UTF-8 | 濚밤굠踰 | 111001101011111110011010111010111011000010100100111010101011010110100000111010001011100010110000 | e6bf9aebb0a4eab5a0e8b8b0 |
UHC | 濚밤굠踰 | 1110011110111001101110011110001110000010100010001110101110110010 | e7b9b9e38288ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)