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 | 葉??葉??^ | 100101110111010000111111001111111001011101110100001111110011111101011110 | 97743f3f97743f3f5e |
EUC-JP | 葉??葉??^ | 110011011101010100111111001111111100110111010101001111110011111101011110 | cdd53f3fcdd53f3f5e |
UTF-8 | 葉좈낄葉좂탡^ | 11101000100100011000100111101100101000101000100011101011100000101000010011101000100100011000100111101100101000101000001011101101100000111010000101011110 | e89189eca288eb8284e89189eca282ed83a15e |
UHC | 葉좈낄葉좂탡^ | 11100111101010001010000011101001101100111010010111100111101010001010000011100111101101011000010001011110 | e7a8a0e9b3a5e7a8a0e7b5845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)