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 | ?щ?? | 0011111110000100100010110011111100111111 | 3f848b3f3f |
EUC-JP | ?щ?庾 | 00111111101001111110101100111111100011111011110011001110 | 3fa7eb3f8fbcce |
UTF-8 | 輦щ쉘庾 | 1110111110100110100110001101000110001001111011001000100110011000111001011011101010111110 | efa698d189ec8998e5babe |
UHC | 輦щ쉘庾 | 1110011011100100101011001110101110111101101010011110101011101100 | e6e4acebbda9eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)