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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 亦??亦??B | 100101101001001000111111001111111001011010010010001111110011111101000010 | 96923f3f96923f3f42 |
EUC-JP | 亦??亦??B | 110010111111001000111111001111111100101111110010001111110011111101000010 | cbf23f3fcbf23f3f42 |
UTF-8 | 亦낅젔亦낅젔B | 11100100101110101010011011101011100000101000010111101100101000001001010011100100101110101010011011101011100000101000010111101100101000001001010001000010 | e4baa6eb8285eca094e4baa6eb8285eca09442 |
UHC | 亦낅젔亦낅젔B | 11100110101100101000010111101011101000001001001011100110101100101000010111101011101000001001001001000010 | e6b285eba092e6b285eba09242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)