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 | 鶯?????^ | 1110100111110010001111110011111100111111001111110011111101011110 | e9f23f3f3f3f3f5e |
EUC-JP | 鶯?????^ | 1111001011110100001111110011111100111111001111110011111101011110 | f2f43f3f3f3f3f5e |
UTF-8 | 鶯밸젿轢용젿^ | 11101001101101101010111111101011101100001011100011101100101000001011111111101111101001101000110111101100100110101010100111101100101000001011111101011110 | e9b6afebb0b8eca0bfefa68dec9aa9eca0bf5e |
UHC | 鶯밸젿轢용젿^ | 11100101101000111011100111101011101000001011000111100110101111001011111111101011101000001011000101011110 | e5a3b9eba0b1e6bcbfeba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)