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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雉雁擱蟾ス雉 | 1110100010110011100010101110010110011101101001101110010110110111101111011110100010110011 | e8b38ae59da6e5b7bde8b3 |
EUC-JP | 雉雁擱蟾ス雉 | 111100001011010110110100111001111101101010101000111010101011100110001110101111011111000010110101 | f0b5b4e7daa8eab98ebdf0b5 |
UTF-8 | 雉雁擱蟾ス雉 | 111010011001101110001001111010011001101110000001111001101001001110110001111010001001111110111110111011111011110110111101111010011001101110001001 | e99b89e99b81e693b1e89fbeefbdbde99b89 |
UHC | 雉雁?蟾?雉 | 11110110110010111110010011010010001111111110000011101010001111111111011011001011 | f6cbe4d23fe0ea3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)