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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-WIN | 鞨会スッw | 11101000111000001000100111101111101111011010111101110111 | e8e089efbdaf77 |
EUC-JP | 鞨会スッw | 111100001110001010110010111100011000111010111101100011101010111101110111 | f0e2b2f18ebd8eaf77 |
UTF-8 | 鞨会スッw | 11101001100111101010100011100100101111001001101011101111101111011011110111101111101111011010111101110111 | e99ea8e4bc9aefbdbdefbdaf77 |
UHC | 鞨???w | 110010101110101000111111001111110011111101110111 | caea3f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)