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 | 絅醇凱瘉 | 1110001101000100100011111000011010001010010011011110000110001000 | e3448f868a4de188 |
EUC-JP | 絅醇凱瘉 | 1110010110100101101111011110011010110011101011101110000111101000 | e5a5bde6b3aee1e8 |
UTF-8 | 絅醇凱瘉 | 111001111011010110000101111010011000011010000111111001011000011110110001111001111001100010001001 | e7b585e98687e587b1e79889 |
UHC | 絅醇凱? | 11001100111001111110001011110101110010111100001000111111 | cce7e2f5cbc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)