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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?笑] | 00111111100011111100111001011101 | 3f8fce5d |
EUC-JP | ?笑] | 00111111101111101101000001011101 | 3fbed05d |
UTF-8 | 잪笑] | 11101100100111101010101011100111101011001001000101011101 | ec9eaae7ac915d |
UHC | 잪笑] | 1001111111110101111000011100010101011101 | 9ff5e1c55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)