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 | ?殉}?殉{^ | 001111111000111101111101011111010011111110001111011111010111101101011110 | 3f8f7d7d3f8f7d7b5e |
EUC-JP | ?殉}?殉{^ | 001111111011110111011110011111010011111110111101110111100111101101011110 | 3fbdde7d3fbdde7b5e |
UTF-8 | 뫋殉}뫋殉{^ | 111010111010101110001011111001101010111010001001011111011110101110101011100010111110011010101110100010010111101101011110 | ebab8be6ae897debab8be6ae897b5e |
UHC | 뫋殉}뫋殉{^ | 1001000110101101111000101110011001111101100100011010110111100010111001100111101101011110 | 91ade2e67d91ade2e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)