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 | ?坎}?坎{^ | 001111111001101010101010011111010011111110011010101010100111101101011110 | 3f9aaa7d3f9aaa7b5e |
EUC-JP | ?坎}?坎{^ | 001111111101010010101100011111010011111111010100101011000111101101011110 | 3fd4ac7d3fd4ac7b5e |
UTF-8 | 뷜坎}뷜坎{^ | 111010111011011110011100111001011001110110001110011111011110101110110111100111001110010110011101100011100111101101011110 | ebb79ce59d8e7debb79ce59d8e7b5e |
UHC | 뷜坎}뷜坎{^ | 1011101011100010110010101110110001111101101110101110001011001010111011000111101101011110 | bae2caec7dbae2caec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)