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 | 霆゙諶エ蒔 | 1110100010111011110111101111101110101010101101001000111010101010 | e8bbdefbaab48eaa |
EUC-JP | 霆゙諶エ蒔 | 1111000010111101100011101101111010001111110111101011010110001110101101001011110010101100 | f0bd8ede8fdeb58eb4bcac |
UTF-8 | 霆゙諶エ蒔 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110100111010001001001010010100 | e99c86efbe9ee8abb6efbdb4e89294 |
UHC | 霆?諶?蒔 | 1110111111111101001111111110010010100110001111111110001111001000 | effd3fe4a63fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)