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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔚??弄? | 10001001010101010011111100111111100110000100110100111111 | 89553f3f984d3f |
EUC-JP | 蔚??弄? | 10110001101101100011111100111111110011111010111000111111 | b1b63f3fcfae3f |
UTF-8 | 蔚펫렓弄횅 | 111010001001010010011010111011011000111010101011111010111010000010010011111001011011110010000100111011011001101010000101 | e8949aed8eabeba093e5bc84ed9a85 |
UHC | 蔚펫렓弄횅 | 11101010101001011100011011101010100011101010100011010110111001111100100010110111 | eaa5c6ea8ea8d6e7c8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)