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 | 烏??毅? | 10001001010001110011111100111111100010110100001000111111 | 89473f3f8b423f |
EUC-JP | 烏??毅? | 10110001101010000011111100111111101101011010001100111111 | b1a83f3fb5a33f |
UTF-8 | 烏띾ㅉ毅켃 | 111001111000001110001111111010111001110110111110111000111000010110001001111001101010111110000101111011001011110010000011 | e7838feb9dbee38589e6af85ecbc83 |
UHC | 烏띾ㅉ毅켃 | 11101000101000011000110111101011101001001011100111101011111101101011000101000010 | e8a18deba4b9ebf6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)