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 | 異?姐?垣? | 100010001101100100111111100010001011011100111111100010100101111100111111 | 88d93f88b73f8a5f3f |
EUC-JP | 異?姐?垣鷗 | 1011000011011011001111111011000010111001001111111011001111000000100011111110110010111111 | b0db3fb0b93fb3c08fecbf |
UTF-8 | 異렔姐렟垣鷗 | 111001111001010110110000111010111010000010010100111001011010011110010000111010111010000010011111111001011001111010100011111010011011011110010111 | e795b0eba094e5a790eba09fe59ea3e9b797 |
UHC | 異렔姐렟垣鷗 | 111011001011011010001110101010011110111010111011100011101011000011101010101011111100111111001110 | ecb68ea9eebb8eb0eaafcfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)