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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??笑氏賞 | 0011111100111111100011111100111010001110100000011000111111011100 | 3f3f8fce8e818fdc |
EUC-JP | ?堧笑氏賞 | 00111111100011111011100010101000101111101101000010111011111000011011111011011110 | 3f8fb8a8bed0bbe1bede |
UTF-8 | 黎堧笑氏賞 | 111011111010011010001001111001011010000010100111111001111010110010010001111001101011000010001111111010001011001110011110 | efa689e5a0a7e7ac91e6b08fe8b39e |
UHC | 黎堧笑氏賞 | 11100110101100011110011011000000111000011100010111100100101010111101111111011011 | e6b1e6c0e1c5e4abdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)