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 | 鬢俯」狩圏 | 111010011010010010011000111010111010001110001110111010111000110010010111 | e9a498eba38eeb8c97 |
EUC-JP | 鬢俯」狩圏 | 11110010101001101101000011101101100011101010001110111100111011011011011111110111 | f2a6d0ed8ea3bcedb7f7 |
UTF-8 | 鬢俯」狩圏 | 111010011010110010100010111001001011111110101111111011111011110110100011111001111000101110101001111001011001110010001111 | e9aca2e4bfafefbda3e78ba9e59c8f |
UHC | ?俯?狩? | 00111111110111001111011000111111111000101010110100111111 | 3fdcf63fe2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)