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 | 檣?載?嶋 | 1001111011111100001111111000110111011010001111111001001110001000 | 9efc3f8dda3f9388 |
EUC-JP | 檣?載?嶋 | 1101110011111110001111111011101011011100001111111100010111101000 | dcfe3fbadc3fc5e8 |
UTF-8 | 檣렋載븍嶋 | 111001101010101010100011111010111010000010001011111010001011110010001001111010111011100010001101111001011011011010001011 | e6aaa3eba08be8bc89ebb88de5b68b |
UHC | 檣렋載븍嶋 | 11101101111010101000111010100010111011101011000010111010111010111101001111110111 | edea8ea2eeb0baebd3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)