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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?何??何?^ | 001111111000100110111101001111110011111110001001101111010011111101011110 | 3f89bd3f3f89bd3f5e |
EUC-JP | ?何??何?^ | 001111111011001010111111001111110011111110110010101111110011111101011110 | 3fb2bf3f3fb2bf3f5e |
UTF-8 | 뤋何튒뤋何튒^ | 11101011101001001000101111100100101111011001010111101101100010101001001011101011101001001000101111100100101111011001010111101101100010101001001001011110 | eba48be4bd95ed8a92eba48be4bd95ed8a925e |
UHC | 뤋何튒뤋何튒^ | 10001111101110111111100110111100101110100100010010001111101110111111100110111100101110100100010001011110 | 8fbbf9bcba448fbbf9bcba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)