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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??兒 | 00111111001111111001100101011010 | 3f3f995a |
EUC-JP | ??兒 | 00111111001111111101000110111011 | 3f3fd1bb |
UTF-8 | 쀅썗兒 | 111011001000000010000101111011001000110110010111111001011000010110010010 | ec8085ec8d97e58592 |
UHC | 쀅썗兒 | 100101111100010110011011100010101110010010101110 | 97c59b8ae4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)