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 | 佯????? | 10011000110100010011111100111111001111110011111100111111 | 98d13f3f3f3f3f |
EUC-JP | 佯??佾?? | 110100001101001100111111001111111000111110110000111110110011111100111111 | d0d33f3f8fb0fb3f3f |
UTF-8 | 佯몃돂佾묇빳 | 111001001011110110101111111010111010101010000011111010111000111110000010111001001011110110111110111010111010110010000111111010111011100110110011 | e4bdafebaa83eb8f82e4bdbeebac87ebb9b3 |
UHC | 佯몃돂佾묇빳 | 111001011011101010111000111010111000100110010101111011001110101110010001111001001011101110100101 | e5bab8eb8995eceb91e4bba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)