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 | 痾鶺鶺鱆痿 | 11100001011111011110101001010100111010100101010011101001111000011110000101111110 | e17dea54ea54e9e1e17e |
EUC-JP | 痾鶺鶺鱆痿 | 11100001110111101111001110110101111100111011010111110010111000111110000111011111 | e1def3b5f3b5f2e3e1df |
UTF-8 | 痾鶺鶺鱆痿 | 111001111001011110111110111010011011011010111010111010011011011010111010111010011011000110000110111001111001011110111111 | e797bee9b6bae9b6bae9b186e797bf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)