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 | 駿???駿 | 10001111011110000011111100111111001111111000111101111000 | 8f783f3f3f8f78 |
EUC-JP | 駿???駿 | 10111101110110010011111100111111001111111011110111011001 | bdd93f3f3fbdd9 |
UTF-8 | 駿띔렓렚駿 | 111010011010011110111111111010111001110110010100111010111010000010010011111010111010000010011010111010011010011110111111 | e9a7bfeb9d94eba093eba09ae9a7bf |
UHC | 駿띔렓렚駿 | 11110001111001111011011011101010100011101010100010001110101011011111000111100111 | f1e7b6ea8ea88eadf1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)