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 | ?щ?怏? | 00111111100001001000101100111111100111001000100100111111 | 3f848b3f9c893f |
EUC-JP | ?щ?怏? | 00111111101001111110101100111111110101111110100100111111 | 3fa7eb3fd7e93f |
UTF-8 | 吳щ툍怏욪 | 1110010110010000101100111101000110001001111011011000100010001101111001101000000010001111111011001001101010101010 | e590b3d189ed888de6808fec9aaa |
UHC | 吳щ툍怏욪 | 11100111111011111010110011101011101110001000010111100100111010001001111101000010 | e7efacebb885e4e89f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)