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 | ヒカ」鉅ウ | 110010111011011010100011111001111110100010110011 | cbb6a3e7e8b3 |
EUC-JP | ヒカ」鉅ウ | 10001110110010111000111010110110100011101010001111101110111010101000111010110011 | 8ecb8eb68ea3eeea8eb3 |
UTF-8 | ヒカ」鉅ウ | 111011111011111010001011111011111011110110110110111011111011110110100011111010011000100110000101111011111011110110110011 | efbe8befbdb6efbda3e98985efbdb3 |
UHC | ???鉅? | 001111110011111100111111110010111110100100111111 | 3f3f3fcbe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)