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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 癲щ?] | 111000011001111110000100100010110011111101011101 | e19f848b3f5d |
EUC-JP | 癲щ?] | 111000101010000110100111111010110011111101011101 | e2a1a7eb3f5d |
UTF-8 | 癲щ킇] | 111001111001100110110010110100011000100111101101100000101000011101011101 | e799b2d189ed82875d |
UHC | 癲щ킇] | 11101111101001101010110011101011101101001001001101011101 | efa6acebb4935d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)