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 | 癰??闇 | 111000011001111000111111001111111000100011000101 | e19e3f3f88c5 |
EUC-JP | 癰??闇 | 111000011111111000111111001111111011000011000111 | e1fe3f3fb0c7 |
UTF-8 | 癰손셉闇 | 111001111001100110110000111011001000011010010000111011001000010110001001111010011001011110000111 | e799b0ec8690ec8589e99787 |
UHC | 癰손셉闇 | 1110100010111001101111001101010110111100110000011110010011100001 | e8b9bcd5bcc1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)