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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | 諸シ譏、h諸シ | 11111011101010011011110011100110100110001010010001101000111110111010100110111100 | fba9bce698a468fba9bc |
EUC-JP | ?シ譏、h?シ | 0011111110001110101111001110101111111000100011101010010001101000001111111000111010111100 | 3f8ebcebf88ea4683f8ebc |
UTF-8 | 諸シ譏、h諸シ | 11101111101010001010001011101111101111011011110011101000101011011000111111101111101111011010010001101000111011111010100010100010111011111011110110111100 | efa8a2efbdbce8ad8fefbda468efa8a2efbdbc |
UHC | ??譏?h?? | 0011111100111111110100011100000100111111011010000011111100111111 | 3f3fd1c13f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)