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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
EUC-JP | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
UTF-8 | 챦짠혚챘혻째V | 11101100101100011010011011101100101001111010000011101101100110001001101011101100101100011001100011101101100110001011101111101100101001111011100001010110 | ecb1a6eca7a0ed989aecb198ed98bbeca7b856 |
UHC | 챦짠혚챘혻째V | 11000011101011111100001010100111110000101000010111000011101010111100001010100000110000101011000001010110 | c3afc2a7c285c3abc2a0c2b056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)