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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齊??咫?B | 1110101010001110001111110011111110011010010000000011111101000010 | ea8e3f3f9a403f42 |
EUC-JP | 齊泮?咫?B | 11110011111011101000111111000111101010000011111111010011101000010011111101000010 | f3ee8fc7a83fd3a13f42 |
UTF-8 | 齊泮땍咫렮B | 11101001101111011000101011100110101100111010111011101011100101011000110111100101100100101010101111101011101000001010111001000010 | e9bd8ae6b3aeeb958de592abeba0ae42 |
UHC | 齊泮땍咫렮B | 1111000010111010110110101110101010110110101010001111001010100001100011101011101101000010 | f0badaeab6a8f2a18ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)