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 | ???????f | 0011111100111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f3f66 |
SJIS-WIN | ???????f | 0011111100111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f3f66 |
EUC-JP | ???????f | 0011111100111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f3f66 |
UTF-8 | 혧횋첬청혧횊챌f | 11101101100110001010011111101101100110101000101111101100101100101010110011101100101100101010110111101101100110001010011111101101100110101000101011101100101100011000110001100110 | ed98a7ed9a8becb2acecb2aded98a7ed9a8aecb18c66 |
UHC | 혧횋첬청혧횊챌f | 110000101000111111000011100010011100001110111010110000111011101111000010100011111100001110001000110000111010011101100110 | c28fc389c3bac3bbc28fc388c3a766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)