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 | ?開}?開{^ | 001111111000101001001010011111010011111110001010010010100111101101011110 | 3f8a4a7d3f8a4a7b5e |
EUC-JP | ?開}?開{^ | 001111111011001110101011011111010011111110110011101010110111101101011110 | 3fb3ab7d3fb3ab7b5e |
UTF-8 | 뷜開}뷜開{^ | 111010111011011110011100111010011001011010001011011111011110101110110111100111001110100110010110100010110111101101011110 | ebb79ce9968b7debb79ce9968b7b5e |
UHC | 뷜開}뷜開{^ | 1011101011100010110010111101001001111101101110101110001011001011110100100111101101011110 | bae2cbd27dbae2cbd27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)