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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮻失澵 | 111111000100010110001110101110001111101101001100 | fc458eb8fb4c |
EUC-JP | 鮻失澵 | 1000111111101010111010101011110010111010100011111100100011111000 | 8feaeabcba8fc8f8 |
UTF-8 | 鮻失澵 | 111010011010111010111011111001011010010010110001111001101011111010110101 | e9aebbe5a4b1e6beb5 |
UHC | ?失? | 00111111111000111111011100111111 | 3fe3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)