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 | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
SJIS-WIN | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
EUC-JP | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
UTF-8 | 혧횋첬청_챰횕 | 11101101100110001010011111101101100110101000101111101100101100101010110011101100101100101010110101011111111011001011000110110000111011011001101010010101 | ed98a7ed9a8becb2acecb2ad5fecb1b0ed9a95 |
UHC | 혧횋첬청_챰횕 | 11000010100011111100001110001001110000111011101011000011101110110101111111000011101100011100001110001111 | c28fc389c3bac3bb5fc3b1c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)