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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 胡竭?? | 100011001101001111100010100100010011111100111111 | 8cd3e2913f3f |
EUC-JP | 胡竭?? | 101110001101010111100011111100010011111100111111 | b8d5e3f13f3f |
UTF-8 | 胡竭렭렓 | 111010001000001110100001111001111010101110101101111010111010000010101101111010111010000010010011 | e883a1e7abadeba0adeba093 |
UHC | 胡竭렭렓 | 1111101111010111110010101110011010001110101110101000111010101000 | fbd7cae68eba8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)