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 | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
SJIS-WIN | 嶸ウqY嶸ウqbE | 1111101010110100101100110111000101011001111110101011010010110011011100010110001001000101 | fab4b37159fab4b3716245 |
EUC-JP | 嶸ウqY嶸ウqbE | 100011111011101111110100100011101011001101110001010110011000111110111011111101001000111010110011011100010110001001000101 | 8fbbf48eb371598fbbf48eb3716245 |
UTF-8 | 嶸ウqY嶸ウqbE | 1110010110110110101110001110111110111101101100110111000101011001111001011011011010111000111011111011110110110011011100010110001001000101 | e5b6b8efbdb37159e5b6b8efbdb3716245 |
UHC | 嶸?qY嶸?qbE | 1110011110101110001111110111000101011001111001111010111000111111011100010110001001000101 | e7ae3f7159e7ae3f716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)