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 | 羮級勧羝 | 1110001110111100100010111000100110001010101010011110001110110110 | e3bc8b898aa9e3b6 |
EUC-JP | 羮級勧羝 | 1110011010111110101101011110100110110100101010111110011010111000 | e6beb5e9b4abe6b8 |
UTF-8 | 羮級勧羝 | 111001111011111010101110111001111011010010011010111001011000101110100111111001111011111010011101 | e7beaee7b49ae58ba7e7be9d |
UHC | ?級?? | 0011111111010000111001000011111100111111 | 3fd0e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)