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 | ?身}?身{^ | 001111111001000001100111011111010011111110010000011001110111101101011110 | 3f90677d3f90677b5e |
EUC-JP | ?身}?身{^ | 001111111011111111001000011111010011111110111111110010000111101101011110 | 3fbfc87d3fbfc87b5e |
UTF-8 | 뮮身}뮮身{^ | 111010111010111010101110111010001011101010101011011111011110101110101110101011101110100010111010101010110111101101011110 | ebaeaee8baab7debaeaee8baab7b5e |
UHC | 뮮身}뮮身{^ | 1001001010110111111000111111001101111101100100101011011111100011111100110111101101011110 | 92b7e3f37d92b7e3f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)