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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 顫磯、鍋邯E | 11101000111110101000100011101001101001001001001111100111111001111011011001000101 | e8fa88e9a493e7e7b645 |
EUC-JP | 顫磯、鍋邯E | 1111000011111100101100001110101110001110101001001100011011101001111011101011100001000101 | f0fcb0eb8ea4c6e9eeb845 |
UTF-8 | 顫磯、鍋邯E | 11101001101000011010101111100111101000111010111111101111101111011010010011101001100011011000101111101001100000101010111101000101 | e9a1abe7a3afefbda4e98d8be982af45 |
UHC | 顫磯?鍋邯E | 11101111101101011101000110110100001111111100111010100111110010101111101101000101 | efb5d1b43fcea7cafb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)