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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | ?あ曝お∫ZB | 0011111110000010101000001001010010011000100000101010100010000001111001110101101001000010 | 3f82a0949882a881e75a42 |
EUC-JP | ?あ曝お∫ZB | 0011111110100100101000101100011111111000101001001010101010100010111010010101101001000010 | 3fa4a2c7f8a4aaa2e95a42 |
UTF-8 | 룵あ曝お∫ZB | 1110101110100011101101011110001110000001100000101110011010011011100111011110001110000001100010101110001010001000101010110101101001000010 | eba3b5e38182e69b9de3818ae288ab5a42 |
UHC | 룵あ曝お∫ZB | 100011111010101010101010101000101111100011101101101010101010101010100001111100100101101001000010 | 8faaaaa2f8edaaaaa1f25a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)