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 | 壯?? | 10011010111000010011111100111111 | 9ae13f3f |
EUC-JP | 壯?勖 | 110101001110001100111111100011111011001111101101 | d4e33f8fb3ed |
UTF-8 | 壯렩勖 | 111001011010001110101111111010111010000010101001111001011000101110010110 | e5a3afeba0a9e58b96 |
UHC | 壯렩勖 | 111011011110000010001110101101111110100111101101 | ede08eb7e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)