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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?納地曝ケ | 001111111001010001011011100100100110111010010100100110001000001101010000 | 3f945b926e94988350 |
EUC-JP | ?納地曝ケ | 001111111100011110111100110000111100111111000111111110001010010110110001 | 3fc7bcc3cfc7f8a5b1 |
UTF-8 | 룶納地曝ケ | 111010111010001110110110111001111011010010001101111001011001110010110000111001101001101110011101111000111000001010110001 | eba3b6e7b48de59cb0e69b9de382b1 |
UHC | 룶納地曝ケ | 10001111101010111101001010100001111100101010001011111000111011011010101110110001 | 8fabd2a1f2a2f8edabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)