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 | 鶉躬鳰穢 | 1110101001000111111001110101101011101001111010101110001001110001 | ea47e75ae9eae271 |
EUC-JP | 鶉躬鳰穢 | 1111001110101000111011011011101111110010111011001110001111010010 | f3a8edbbf2ece3d2 |
UTF-8 | 鶉躬鳰穢 | 111010011011011010001001111010001011101010101100111010011011001110110000111001111010100110100010 | e9b689e8baace9b3b0e7a9a2 |
UHC | ?躬?穢 | 001111111100111111100101001111111110011111011011 | 3fcfe53fe7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)