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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 曜??箋??F | 100101110110101000111111001111111110001010110011001111110011111101000110 | 976a3f3fe2b33f3f46 |
EUC-JP | 曜??箋??F | 110011011100101100111111001111111110010010110101001111110011111101000110 | cdcb3f3fe4b53f3f46 |
UTF-8 | 曜랃쉈箋먲쉴F | 11100110100110111001110011101011100111101000001111101100100010011000100011100111101011101000101111101011101010001011001011101100100010011011010001000110 | e69b9ceb9e83ec8988e7ae8beba8b2ec89b446 |
UHC | 曜랃쉈箋먲쉴F | 11101000111110001000110111101111101111011010010111101111101010001001000011101111101111011010111101000110 | e8f88defbda5efa890efbdaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)