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 | ?時}?時{^ | 001111111000111010011110011111010011111110001110100111100111101101011110 | 3f8e9e7d3f8e9e7b5e |
EUC-JP | ?時}?時{^ | 001111111011101111111110011111010011111110111011111111100111101101011110 | 3fbbfe7d3fbbfe7b5e |
UTF-8 | 쁥時}쁥時{^ | 111011001000000110100101111001101001100110000010011111011110110010000001101001011110011010011001100000100111101101011110 | ec81a5e699827dec81a5e699827b5e |
UHC | 쁥時}쁥時{^ | 1001100001101000111000111100000101111101100110000110100011100011110000010111101101011110 | 9868e3c17d9868e3c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)