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 | 永?〕鎰? | 1000100101101001001111111000000101101100111010000100110000111111 | 89693f816ce84c3f |
EUC-JP | 永?〕鎰? | 1011000111001010001111111010000111001101111011111010110100111111 | b1ca3fa1cdefad3f |
UTF-8 | 永띕〕鎰뭒 | 111001101011000010111000111010111001110110010101111000111000000010010101111010011000111010110000111010111010110110010010 | e6b0b8eb9d95e38095e98eb0ebad92 |
UHC | 永띕〕鎰뭒 | 11100111101101011011011011101011101000011011001111101100111100001001001001011010 | e7b5b6eba1b3ecf0925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)