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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愈?? | 00111111001111110011111110010110111110100011111100111111 | 3f3f3f96fa3f3f |
EUC-JP | 繇??愈?? | 100011111101010011010001001111110011111111001100111111000011111100111111 | 8fd4d13f3fccfc3f3f |
UTF-8 | 繇잙즹愈꾬쫨 | 111001111011100110000111111011001001111010011001111011001010011010111001111001101000010010001000111010101011111010101100111011001010101110101000 | e7b987ec9e99eca6b9e68488eabeacecaba8 |
UHC | 繇잙즹愈꾬쫨 | 111010011010001110011111111010111010001110001011111010101110111110000100111011111010011010000001 | e9a39feba38beaef84efa681 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)