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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | ?瀧可oBF | 0011111110010001111010111000100111000010011011110100001001000110 | 3f91eb89c26f4246 |
EUC-JP | 鋌瀧可oBF | 10001111111001001011101111000010111011011011001011000100011011110100001001000110 | 8fe4bbc2edb2c46f4246 |
UTF-8 | 鋌瀧可oBF | 111010011000101110001100111001111000000010100111111001011000111110101111011011110100001001000110 | e98b8ce780a7e58faf6f4246 |
UHC | 鋌瀧可oBF | 111011111111101111010110111010011100101010100110011011110100001001000110 | effbd6e9caa66f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)