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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?愉??愉? | 0011111110010110111110010011111100111111100101101111100100111111 | 3f96f93f3f96f93f |
EUC-JP | ?愉??愉? | 0011111111001100111110110011111100111111110011001111101100111111 | 3fccfb3f3fccfb3f |
UTF-8 | 렱愉렩렱愉롖 | 111010111010000010110001111001101000010010001001111010111010000010101001111010111010000010110001111001101000010010001001111010111010000110010110 | eba0b1e68489eba0a9eba0b1e68489eba196 |
UHC | 렱愉렩렱愉롖 | 100011101011111011101010111100001000111010110111100011101011111011101010111100001000111011011010 | 8ebeeaf08eb78ebeeaf08eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)