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 | ?卍?黴 | 001111111001100111000010001111111110101010000000 | 3f99c23fea80 |
EUC-JP | ?卍?黴 | 001111111101001011000100001111111111001111100000 | 3fd2c43ff3e0 |
UTF-8 | 쌜卍뤙黴 | 111011001000110010011100111001011000110110001101111010111010010010011001111010011011101110110100 | ec8c9ce58d8deba499e9bbb4 |
UHC | 쌜卍뤙黴 | 1011110111011011110110001011001110001111110010001101101010111101 | bddbd8b38fc8dabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)