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 | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
SJIS-WIN | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
EUC-JP | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
UTF-8 | 챦짠혡챘쨌혫U | 11101100101100011010011011101100101001111010000011101101100110001010000111101100101100011001100011101100101010001000110011101101100110001010101101010101 | ecb1a6eca7a0ed98a1ecb198eca88ced98ab55 |
UHC | 챦짠혡챘쨌혫U | 11000011101011111100001010100111110000101000101011000011101010111100001010110111110000101001001101010101 | c3afc2a7c28ac3abc2b7c29355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)