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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ?笑B? | 0011111110001111110011100100001000111111 | 3f8fce423f |
EUC-JP | ?笑B? | 0011111110111110110100000100001000111111 | 3fbed0423f |
UTF-8 | 슮笑B셛 | 11101100100010101010111011100111101011001001000101000010111011001000010110011011 | ec8aaee7ac9142ec859b |
UHC | 슮笑B셛 | 10011010101101011110000111000101010000101001100101100011 | 9ab5e1c5429963 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)