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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 槽轢}槽轢{^ | 1001000110000101111001111000000001111101100100011000010111100111100000000111101101011110 | 9185e7807d9185e7807b5e |
EUC-JP | 槽轢}槽轢{^ | 1100000111100101111011011110000001111101110000011110010111101101111000000111101101011110 | c1e5ede07dc1e5ede07b5e |
UTF-8 | 槽轢}槽轢{^ | 111001101010011110111101111010001011110110100010011111011110011010100111101111011110100010111101101000100111101101011110 | e6a7bde8bda27de6a7bde8bda27b5e |
UHC | 槽轢}槽轢{^ | 1111000011001011110101011111100101111101111100001100101111010101111110010111101101011110 | f0cbd5f97df0cbd5f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)