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 | 鉗ク闍ヲ鬨 | 1110011111100111101110001110100010001011101001101110100110101000 | e7e7b8e88ba6e9a8 |
EUC-JP | 鉗ク闍ヲ鬨 | 11101110111010011000111010111000111011111110101110001110101001101111001010101010 | eee98eb8efeb8ea6f2aa |
UTF-8 | 鉗ク闍ヲ鬨 | 111010011000100110010111111011111011110110111000111010011001011110001101111011111011110110100110111010011010110010101000 | e98997efbdb8e9978defbda6e9aca8 |
UHC | 鉗???? | 110011001100011000111111001111110011111100111111 | ccc63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)