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 | 陜」鬢灘尢螂 | 1110100010011101101000111110100110100100100100111110010110011011100101111110010110100101 | e89da3e9a493e59b97e5a5 |
EUC-JP | 陜」鬢灘尢螂 | 111011111111110110001110101000111111001010100110110001101110011111010101111101111110101010100111 | effd8ea3f2a6c6e7d5f7eaa7 |
UTF-8 | 陜」鬢灘尢螂 | 111010011001100110011100111011111011110110100011111010011010110010100010111001111000000110011000111001011011000010100010111010001001111010000010 | e9999cefbda3e9aca2e78198e5b0a2e89e82 |
UHC | 陜??灘?螂 | 111110011111000000111111001111111111011110101000001111111101010111001100 | f9f03f3ff7a83fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)