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 | 繧、隨框 | 11100011100000101010010011100111101011001001111001111001 | e382a4e7ac9e79 |
EUC-JP | 繧、隨框 | 1110010111100010100011101010010011101110101011101101101111011010 | e5e28ea4eeaedbda |
UTF-8 | 繧、隨框 | 111001111011100110100111111011111011110110100100111010011001101010101000111001101010000110000110 | e7b9a7efbda4e99aa8e6a186 |
UHC | ??隨? | 0011111100111111111000101100101100111111 | 3f3fe2cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)