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 | 鸚??揖? | 11101010010111110011111100111111100101110100101100111111 | ea5f3f3f974b3f |
EUC-JP | 鸚??揖? | 11110011110000000011111100111111110011011010110000111111 | f3c03f3fcdac3f |
UTF-8 | 鸚룐뫚揖툳 | 111010011011100010011010111010111010001110010000111010111010101110011010111001101000111110010110111011011000100010110011 | e9b89aeba390ebab9ae68f96ed88b3 |
UHC | 鸚룐뫚揖툳 | 11100101101001001011011111100010100100011011101011101011111001111011100101000111 | e5a4b7e291baebe7b947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)