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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | ????犁 | 001111110011111100111111001111111110000010110011 | 3f3f3f3fe0b3 |
EUC-JP | 醬?檉®犁 | 100011111110001011110011001111111000111111000101101110111000111110100010111011101110000010110101 | 8fe2f33f8fc5bb8fa2eee0b5 |
UTF-8 | 醬렖檉®犁 | 1110100110000110101011001110101110100000100101101110011010101010100010011100001010101110111001111000101010000001 | e986aceba096e6aa89c2aee78a81 |
UHC | 醬렖檉®犁 | 11101101111111011000111010101011111011111110000010100010111001111101011111100000 | edfd8eabefe0a2e7d7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)