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 | スリ硝メ | 1011110111011000100011111100100111010010 | bdd88fc9d2 |
EUC-JP | スリ硝メ | 1000111010111101100011101101100010111110110010111000111011010010 | 8ebd8ed8becb8ed2 |
UTF-8 | スリ硝メ | 111011111011110110111101111011111011111010011000111001111010000110011101111011111011111010010010 | efbdbdefbe98e7a19defbe92 |
UHC | ??硝? | 0011111100111111111101011010011000111111 | 3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)