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 | 偃i?翁 | 10011000111011101000001010001001001111111000100110100101 | 98ee82893f89a5 |
EUC-JP | 偃i?翁 | 11010000111100001010001111101001001111111011001010100111 | d0f0a3e93fb2a7 |
UTF-8 | 偃i텎翁 | 111001011000000110000011111011111011110110001001111011011000010110001110111001111011111110000001 | e58183efbd89ed858ee7bf81 |
UHC | 偃i텎翁 | 1110010111100111101000111110100110110110100010011110100010111010 | e5e7a3e9b689e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)