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 | ?靖}?靖{^ | 001111111001011011110101011111010011111110010110111101010111101101011110 | 3f96f57d3f96f57b5e |
EUC-JP | ?靖}?靖{^ | 001111111100110011110111011111010011111111001100111101110111101101011110 | 3fccf77d3fccf77b5e |
UTF-8 | 쓸靖}쓸靖{^ | 111011001001001110111000111010011001110110010110011111011110110010010011101110001110100110011101100101100111101101011110 | ec93b8e99d967dec93b8e99d967b5e |
UHC | 쓸靖}쓸靖{^ | 1011111010110101111011111111111001111101101111101011010111101111111111100111101101011110 | beb5effe7dbeb5effe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)