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 | 0011111110000001101011000011111100111111001111110011111101000010 | 3f81ac3f3f3f3f42 |
EUC-JP | 縕〓?饔??B | 100011111101010011000010101000101010111000111111100011111110100011101111001111110011111101000010 | 8fd4c2a2ae3f8fe8ef3f3f42 |
UTF-8 | 縕〓젾饔낅젷B | 11100111101110001001010111100011100000001001001111101100101000001011111011101001101001011001010011101011100000101000010111101100101000001011011101000010 | e7b895e38093eca0bee9a594eb8285eca0b742 |
UHC | 縕〓젾饔낅젷B | 11101000101100101010000111101011101000001011000011101000101111011000010111101011101000001010101101000010 | e8b2a1eba0b0e8bd85eba0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)