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 | ?W?D}?W?D{^ | 0011111101010111001111110100010001111101001111110101011100111111010001000111101101011110 | 3f573f447d3f573f447b5e |
SJIS-WIN | ?W?D}?W?D{^ | 0011111101010111001111110100010001111101001111110101011100111111010001000111101101011110 | 3f573f447d3f573f447b5e |
EUC-JP | ?W?D}?W?D{^ | 0011111101010111001111110100010001111101001111110101011100111111010001000111101101011110 | 3f573f447d3f573f447b5e |
UTF-8 | 횪W챈D}횪W챈D{^ | 11101101100110101010101001010111111011001011000110001000010001000111110111101101100110101010101001010111111011001011000110001000010001000111101101011110 | ed9aaa57ecb188447ded9aaa57ecb188447b5e |
UHC | 횪W챈D}횪W챈D{^ | 110000111010000001010111110000111010011001000100011111011100001110100000010101111100001110100110010001000111101101011110 | c3a057c3a6447dc3a057c3a6447b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)