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 | 隴溽聞闡。 | 111010001010110110011111111001111001010110110111111010001001000110100001 | e8ad9fe795b7e891a1 |
EUC-JP | 隴溽聞闡。 | 11110000101011111101111011101001110010101011100111101111111100011000111010100001 | f0afdee9cab9eff18ea1 |
UTF-8 | 隴溽聞闡。 | 111010011001101010110100111001101011101010111101111010001000000110011110111010011001011110100001111011111011110110100001 | e99ab4e6babde8819ee997a1efbda1 |
UHC | ??聞闡? | 00111111001111111101101010100100111101001100010100111111 | 3f3fdaa4f4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)