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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 螂」螟ュ蜍「~ | 11100101101001011010001111100101101001001010110111100101100010111010001001111110 | e5a5a3e5a4ade58ba27e |
EUC-JP | 螂」螟ュ蜍「~ | 11101010101001111000111010100011111010101010011010001110101011011110100111101011100011101010001001111110 | eaa78ea3eaa68eade9eb8ea27e |
UTF-8 | 螂」螟ュ蜍「~ | 11101000100111101000001011101111101111011010001111101000100111101001111111101111101111011010110111101000100111001000110111101111101111011010001001111110 | e89e82efbda3e89e9fefbdade89c8defbda27e |
UHC | 螂?螟???~ | 110101011100110000111111110110011010110100111111001111110011111101111110 | d5cc3fd9ad3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)