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 | 諸シ譎僞 | 11111011101010011011110011100110100110011001100101000101 | fba9bce6999945 |
EUC-JP | ?シ譎僞 | 00111111100011101011110011101011111110011101000110100110 | 3f8ebcebf9d1a6 |
UTF-8 | 諸シ譎僞 | 111011111010100010100010111011111011110110111100111010001010110110001110111001011000001110011110 | efa8a2efbdbce8ad8ee5839e |
UHC | ??譎僞 | 001111110011111111111101110100101110101011001010 | 3f3ffdd2eaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)