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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 扈?駿 | 1110011110111011001111111000111101111000 | e7bb3f8f78 |
EUC-JP | 扈?駿 | 1110111010111101001111111011110111011001 | eebd3fbdd9 |
UTF-8 | 扈렏駿 | 111001101000100110001000111010111010000010001111111010011010011110111111 | e68988eba08fe9a7bf |
UHC | 扈렏駿 | 111110111100001110001110101001011111000111100111 | fbc38ea5f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)