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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?刎}?刎{^ | 001111111001100110000110011111010011111110011001100001100111101101011110 | 3f99867d3f99867b5e |
EUC-JP | ?刎}?刎{^ | 001111111101000111100110011111010011111111010001111001100111101101011110 | 3fd1e67d3fd1e67b5e |
UTF-8 | 뤾刎}뤾刎{^ | 111010111010010010111110111001011000100010001110011111011110101110100100101111101110010110001000100011100111101101011110 | eba4bee5888e7deba4bee5888e7b5e |
UHC | 뤾刎}뤾刎{^ | 1000111111101010110110011111101101111101100011111110101011011001111110110111101101011110 | 8fead9fb7d8fead9fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)