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 | 渟?壯 | 1001111111011001001111111001101011100001 | 9fd93f9ae1 |
EUC-JP | 渟?壯 | 1101111011011011001111111101010011100011 | dedb3fd4e3 |
UTF-8 | 渟렭壯 | 111001101011100010011111111010111010000010101101111001011010001110101111 | e6b89feba0ade5a3af |
UHC | 渟렭壯 | 111011111110010110001110101110101110110111100000 | efe58ebaede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)