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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 映?????B | 1000100101100110001111110011111100111111001111110011111101000010 | 89663f3f3f3f3f42 |
EUC-JP | 映??濚??B | 10110001110001110011111100111111100011111100100110100001001111110011111101000010 | b1c73f3f8fc9a13f3f42 |
UTF-8 | 映듸쉈濚㏆쉈B | 11100110100110001010000011101011100100111011100011101100100010011000100011100110101111111001101011100011100011111000011011101100100010011000100001000010 | e698a0eb93b8ec8988e6bf9ae38f86ec898842 |
UHC | 映듸쉈濚㏆쉈B | 11100111101100011011010111101111101111011010010111100111101110011010011111101111101111011010010101000010 | e7b1b5efbda5e7b9a7efbda542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)