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 | ì÷ºí«¼ | 1110110011110111101110101110110110001110101010111000111010111100 | ecf7baed8eab8ebc |
SJIS-WIN | ?÷?????? | 001111111000000110000000001111110011111100111111001111110011111100111111 | 3f81803f3f3f3f3f3f |
EUC-JP | ì÷ºí???? | 100011111010101111000000101000011110000010001111101000101110101110001111101010111011111100111111001111110011111100111111 | 8fabc0a1e08fa2eb8fabbf3f3f3f3f |
UTF-8 | ì÷ºí«¼ | 11000011101011001100001110110111110000101011101011000011101011011100001010001110110000101010101111000010100011101100001010111100 | c3acc3b7c2bac3adc28ec2abc28ec2bc |
UHC | ?÷º????¼ | 0011111110100001110000001010100010101100001111110011111100111111001111111010100011111001 | 3fa1c0a8ac3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)