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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | ?μ?r{d | 00111111100000111100101000111111011100100111101101100100 | 3f83ca3f727b64 |
EUC-JP | ?μ?r{d | 00111111101001101100110000111111011100100111101101100100 | 3fa6cc3f727b64 |
UTF-8 | 淋μ쮰r{d | 1110111110100111101101011100111010111100111011001010111010110000011100100111101101100100 | efa7b5cebcecaeb0727b64 |
UHC | 淋μ쮰r{d | 111011001111100010100101111011001010100010001101011100100111101101100100 | ecf8a5eca88d727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)