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 | 鬆サ遶戳 | 11101001101000001011101111100111101010111001110101000110 | e9a0bbe7ab9d46 |
EUC-JP | 鬆サ遶戳 | 1111001010100010100011101011101111101110101011011101100110100111 | f2a28ebbeeadd9a7 |
UTF-8 | 鬆サ遶戳 | 111010011010110010000110111011111011110110111011111010011000000110110110111001101000100010110011 | e9ac86efbdbbe981b6e688b3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)