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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔芽ャ拿 | 11100110100000101000100111101000101011001001110101011100 | e68289e8ac9d5c |
EUC-JP | 謔芽ャ拿 | 1110101111100010101100101110101010001110101011001101100110111101 | ebe2b2ea8eacd9bd |
UTF-8 | 謔芽ャ拿 | 111010001010110010010100111010001000101010111101111011111011110110101100111001101000101110111111 | e8ac94e88abdefbdace68bbf |
UHC | 謔芽?拿 | 11111001110011001110010010110100001111111101000111011010 | f9cce4b43fd1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)