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 | 羂頑_箏 | 1110001110101110100010101110011010000001010100011110001010110101 | e3ae8ae68151e2b5 |
EUC-JP | 羂頑_箏 | 1110011010110000101101001110100010100001101100101110010010110111 | e6b0b4e8a1b2e4b7 |
UTF-8 | 羂頑_箏 | 111001111011111010000010111010011010000010010001111011111011110010111111111001111010111010001111 | e7be82e9a091efbcbfe7ae8f |
UHC | ?頑_箏 | 00111111111010001101011110100011110111111110111010110100 | 3fe8d7a3dfeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)