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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
EUC-JP | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
UTF-8 | 혧짬짚징짯x | 11101101100110001010011111101100101001111010110011101100101001111001101011101100101001111001010111101100101001111010111101111000 | ed98a7eca7aceca79aeca795eca7af78 |
UHC | 혧짬짚징짯x | 1100001010001111110000101010101111000010101001001100001010100001110000101010110101111000 | c28fc2abc2a4c2a1c2ad78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)