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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調?飛侑 | 10010010101100100011111110010100111100101001100011010000 | 92b23f94f298d0 |
EUC-JP | 調?飛侑 | 11000100101101000011111111001000111101001101000011010010 | c4b43fc8f4d0d2 |
UTF-8 | 調쇤飛侑 | 111010001010101010111111111011001000011110100100111010011010001110011011111001001011111010010001 | e8aabfec87a4e9a39be4be91 |
UHC | 調쇤飛侑 | 1111000011100000101111001110100111011110101010111110101011100010 | f0e0bce9deabeae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)