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 | 憶??午?? | 1000100110101111001111110011111110001100110111110011111100111111 | 89af3f3f8cdf3f3f |
EUC-JP | 憶??午?? | 1011001010110001001111110011111110111000111000010011111100111111 | b2b13f3fb8e13f3f |
UTF-8 | 憶귚틓午룬틒 | 111001101000011010110110111010101011011110011010111011011000101110010011111001011000110110001000111010111010001110101100111011011000101110010010 | e686b6eab79aed8b93e58d88eba3aced8b92 |
UHC | 憶귚틓午룬틒 | 111001011110001110000010111001001011101010000010111001111110110110110111111010011011101010000001 | e5e382e4ba82e7edb7e9ba81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)