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 | 阿???域 | 10001000101000100011111100111111001111111000100011100110 | 88a23f3f3f88e6 |
EUC-JP | 阿???域 | 10110000101001000011111100111111001111111011000011101000 | b0a43f3f3fb0e8 |
UTF-8 | 阿잆룗쨌域 | 111010011001100010111111111011001001111010000110111010111010001110010111111011001010100010001100111001011001111110011111 | e998bfec9e86eba397eca88ce59f9f |
UHC | 阿잆룗쨌域 | 11100100101110011001111111100011100011111001001111000010101101111110011010110100 | e4b99fe38f93c2b7e6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)