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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 渦??域??^ | 100010010101000100111111001111111000100011100110001111110011111101011110 | 89513f3f88e63f3f5e |
EUC-JP | 渦??域??^ | 101100011011001000111111001111111011000011101000001111110011111101011110 | b1b23f3fb0e83f3f5e |
UTF-8 | 渦곈뒔域⑵ㅋ^ | 11100110101110001010011011101010101100111000100011101011100100101001010011100101100111111001111111100010100100011011010111100011100001011000101101011110 | e6b8a6eab388eb9294e59f9fe291b5e3858b5e |
UHC | 渦곈뒔域⑵ㅋ^ | 11101000101111101011000011101001100010101001000111100110101101001010100111101000101001001011101101011110 | e8beb0e98a91e6b4a9e8a4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)