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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓚晝シッ | 111001001110100110011101111010101011110010101111 | e4e99deabcaf |
EUC-JP | 蓚晝シッ | 1110100011101011110110101110110010001110101111001000111010101111 | e8ebdaec8ebc8eaf |
UTF-8 | 蓚晝シッ | 111010001001001110011010111001101001100110011101111011111011110110111100111011111011110110101111 | e8939ae6999defbdbcefbdaf |
UHC | 蓚晝?? | 111000101011111011110001101110000011111100111111 | e2bef1b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)