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 | 攝嬋?? | 100111011001000010011011011010000011111100111111 | 9d909b683f3f |
EUC-JP | 攝嬋?? | 110110011111000011010101110010010011111100111111 | d9f0d5c93f3f |
UTF-8 | 攝嬋어롐 | 111001101001010010011101111001011010110010001011111011001001011010110100111010111010000110010000 | e6949de5ac8bec96b4eba190 |
UHC | 攝嬋어롐 | 1110000011101110111000001011110110111110111011101000111011010110 | e0eee0bdbeee8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)