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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莢矩゛袿惹 | 11100100101100001000101111101001100000010100101011100101110111011000111011100100 | e4b08be9814ae5dd8ee4 |
EUC-JP | 莢矩゛袿惹 | 11101000101100101011011011101011101000011010101111101010110111111011110011100110 | e8b2b6eba1abeadfbce6 |
UTF-8 | 莢矩゛袿惹 | 111010001000111010100010111001111001111110101001111000111000001010011011111010001010001010111111111001101000001110111001 | e88ea2e79fa9e3829be8a2bfe683b9 |
UHC | 莢矩??惹 | 1111101011111000110011111011101100111111001111111110010110101001 | faf8cfbb3f3fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)