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 | 躊湫渙湫 | 1110011101010011100111111101010110011111110100001001111111010101 | e7539fd59fd09fd5 |
EUC-JP | 躊湫渙湫 | 1110110110110100110111101101011111011110110100101101111011010111 | edb4ded7ded2ded7 |
UTF-8 | 躊湫渙湫 | 111010001011101010001010111001101011100110101011111001101011100010011001111001101011100110101011 | e8ba8ae6b9abe6b899e6b9ab |
UHC | 躊湫渙湫 | 1111000111001100111101011101001111111100101110011111010111010011 | f1ccf5d3fcb9f5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)