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 | 樗烽拱押 | 1001001010010100111000001000001010011101011010011000100110011111 | 9294e0829d69899f |
EUC-JP | 樗烽拱押 | 1100001111110100110111111110001011011001110010101011001010100001 | c3f4dfe2d9cab2a1 |
UTF-8 | 樗烽拱押 | 111001101010100010010111111001111000001110111101111001101000101110110001111001101000101010111100 | e6a897e783bde68bb1e68abc |
UHC | 樗烽拱押 | 1110111011000000110111001110101111001101111100101110010011100011 | eec0dcebcdf2e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)