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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?悼裨\ | 001111111001001110001001111001011110100101011100 | 3f9389e5e95c |
EUC-JP | ?悼裨\ | 001111111100010111101001111010101110101101011100 | 3fc5e9eaeb5c |
UTF-8 | 뤯悼裨\ | 11101011101001001010111111100110100000101011110011101000101000111010100001011100 | eba4afe682bce8a3a85c |
UHC | 뤯悼裨\ | 10001111110111011101001111111010110111101010010101011100 | 8fddd3fadea55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)