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 | 葉붺씀葉붺씀^ | 11101000100100011000100111101011101101101011101011101100100101001000000011101000100100011000100111101011101101101011101011101100100101001000000001011110 | e89189ebb6baec9480e89189ebb6baec94805e |
UHC | 葉붺씀葉붺씀^ | 11100111101010001001010011100111101111101011100011100111101010001001010011100111101111101011100001011110 | e7a894e7beb8e7a894e7beb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)