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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???游?B | 00111111001111110011111110011111111000000011111101000010 | 3f3f3f9fe03f42 |
EUC-JP | ???游?B | 00111111001111110011111111011110111000100011111101000010 | 3f3f3fdee23f42 |
UTF-8 | 嶺뚢돧游쟔B | 11101111101001101010101111101011100110101010001011101011100011111010011111100110101110001011100011101100100111111001010001000010 | efa6abeb9aa2eb8fa7e6b8b8ec9f9442 |
UHC | 嶺뚢돧游쟔B | 1110011110101101100011001110001010001001101010111110101011111101101000000101001101000010 | e7ad8ce289abeafda05342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)