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 | 娃??揖? | 10001000101000010011111100111111100101110100101100111111 | 88a13f3f974b3f |
EUC-JP | 娃??揖? | 10110000101000110011111100111111110011011010110000111111 | b0a33f3fcdac3f |
UTF-8 | 娃숋퐦揖덄 | 111001011010100010000011111011001000100010001011111011011001000010100110111001101000111110010110111010111000110110000100 | e5a883ec888bed90a6e68f96eb8d84 |
UHC | 娃숋퐦揖덄 | 11101000110111111001100111101111101111011000111111101011111001111000100011100111 | e8df99efbd8febe788e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)