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 | 壯i? | 1001101011100001100000101000100100111111 | 9ae182893f |
EUC-JP | 壯i? | 1101010011100011101000111110100100111111 | d4e3a3e93f |
UTF-8 | 壯i씏 | 111001011010001110101111111011111011110110001001111011001001010010001111 | e5a3afefbd89ec948f |
UHC | 壯i씏 | 111011011110000010100011111010011001110110100110 | ede0a3e99da6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)