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 | 邊先洛 | 111001111011001010010000111001101001011110001100 | e7b290e6978c |
EUC-JP | 邊先洛 | 111011101011010011000000111010001100110111101100 | eeb4c0e8cdec |
UTF-8 | 邊先洛 | 111010011000001010001010111001011000010110001000111001101011010010011011 | e9828ae58588e6b49b |
UHC | 邊先洛 | 110111001010101111100000101110111101010110100110 | dcabe0bbd5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)