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 | 訷樊イサ跼 | 1111101110100100100111101110011010110010101110111110011011110000 | fba49ee6b2bbe6f0 |
EUC-JP | 訷樊イサ跼 | 1000111111011101110101001101110011101000100011101011001010001110101110111110110011110010 | 8fddd4dce88eb28ebbecf2 |
UTF-8 | 訷樊イサ跼 | 111010001010100010110111111001101010100010001010111011111011110110110010111011111011110110111011111010001011011110111100 | e8a8b7e6a88aefbdb2efbdbbe8b7bc |
UHC | ?樊??? | 001111111101101111100000001111110011111100111111 | 3fdbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)