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 | 葉룩갰葉룟슯^ | 11101000100100011000100111101011101000111010100111101010101100001011000011101000100100011000100111101011101000111001111111101100100010101010111101011110 | e89189eba3a9eab0b0e89189eba39fec8aaf5e |
UHC | 葉룩갰葉룟슯^ | 11100111101010001011011111101000101100001011101011100111101010001011011111100101100110101011011001011110 | e7a8b7e8b0bae7a8b7e59ab65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)