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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 呂묋쥤呂묉 | 111011111010011010000000111010111010110010001011111011001010010110100100111011111010011010000000111010111010110010001001 | efa680ebac8beca5a4efa680ebac89 |
UHC | 呂묋쥤呂묉 | 11100101111110111001000111101000101000101001011011100101111110111001000111100110 | e5fb91e8a296e5fb91e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)