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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 辯ソD辯ソD^ | 111001111000011110111111010001001110011110000111101111110100010001011110 | e787bf44e787bf445e |
EUC-JP | 辯ソD辯ソD^ | 1110110111100111100011101011111101000100111011011110011110001110101111110100010001011110 | ede78ebf44ede78ebf445e |
UTF-8 | 辯ソD辯ソD^ | 111010001011111010101111111011111011110110111111010001001110100010111110101011111110111110111101101111110100010001011110 | e8beafefbdbf44e8beafefbdbf445e |
UHC | 辯?D辯?D^ | 110111001010101000111111010001001101110010101010001111110100010001011110 | dcaa3f44dcaa3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)