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 | 艤遵幻莵顔 | 11100100011111101000111110000101100011001011011011100100101101111000101011100111 | e47e8f858cb6e4b78ae7 |
EUC-JP | 艤遵幻莵顔 | 11100111110111111011110111100101101110001011100011101000101110011011010011101001 | e7dfbde5b8b8e8b9b4e9 |
UTF-8 | 艤遵幻莵顔 | 111010001000100110100100111010011000000110110101111001011011100110111011111010001000111010110101111010011010000110010100 | e889a4e981b5e5b9bbe88eb5e9a194 |
UHC | 艤遵幻?顔 | 111010111111101011110001111001011111110010110011001111111110010011010100 | ebfaf1e5fcb33fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)