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 | 驍頑サ馴倹 | 111010011000001010001010111001101011101110010011111010011000110010010000 | e9828ae6bb93e98c90 |
EUC-JP | 驍頑サ馴倹 | 11110001111000101011010011101000100011101011101111000110111010111011011111110000 | f1e2b4e88ebbc6ebb7f0 |
UTF-8 | 驍頑サ馴倹 | 111010011010100110001101111010011010000010010001111011111011110110111011111010011010011010110100111001011000000010111001 | e9a98de9a091efbdbbe9a6b4e580b9 |
UHC | 驍頑?馴? | 1111110110100100111010001101011100111111111000101111100000111111 | fda4e8d73fe2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)