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 | 顋戊崟礦 | 1110100011111001100101011110100010011011101111101110000111100110 | e8f995e89bbee1e6 |
EUC-JP | 顋戊崟礦 | 1111000011111011110010101110101011010110110000001110001011101000 | f0fbcaead6c0e2e8 |
UTF-8 | 顋戊崟礦 | 111010011010000110001011111001101000100010001010111001011011010010011111111001111010010010100110 | e9a18be6888ae5b49fe7a4a6 |
UHC | ?戊?? | 0011111111011001111001100011111100111111 | 3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)