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 | 霆゙諶オ質 | 1110100010111011110111101111101110101010101101011000111010111111 | e8bbdefbaab58ebf |
EUC-JP | 霆゙諶オ質 | 1111000010111101100011101101111010001111110111101011010110001110101101011011110011000001 | f0bd8ede8fdeb58eb5bcc1 |
UTF-8 | 霆゙諶オ質 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110101111010001011001110101010 | e99c86efbe9ee8abb6efbdb5e8b3aa |
UHC | 霆?諶?質 | 1110111111111101001111111110010010100110001111111111001011110101 | effd3fe4a63ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)