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 | 瀋??? | 1110000001100011001111110011111100111111 | e0633f3f3f |
EUC-JP | 瀋??? | 1101111111000100001111110011111100111111 | dfc43f3f3f |
UTF-8 | 瀋렋礖렔 | 111001111000000010001011111010111010000010001011111001111010010010010110111010111010000010010100 | e7808beba08be7a496eba094 |
UHC | 瀋렋礖렔 | 1110010010100011100011101010001011100110101001101000111010101001 | e4a38ea2e6a68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)