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 | 羂頑_絽 | 1110001110101110100010101110011010000001010100011110001101010111 | e3ae8ae68151e357 |
EUC-JP | 羂頑_絽 | 1110011010110000101101001110100010100001101100101110010110111000 | e6b0b4e8a1b2e5b8 |
UTF-8 | 羂頑_絽 | 111001111011111010000010111010011010000010010001111011111011110010111111111001111011010110111101 | e7be82e9a091efbcbfe7b5bd |
UHC | ?頑_? | 001111111110100011010111101000111101111100111111 | 3fe8d7a3df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)