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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?何幀先 | 00111111100010011011110110011011111010101001000011100110 | 3f89bd9bea90e6 |
EUC-JP | ?何幀先 | 00111111101100101011111111010110111011001100000011101000 | 3fb2bfd6ecc0e8 |
UTF-8 | 뤋何幀先 | 111010111010010010001011111001001011110110010101111001011011100110000000111001011000010110001000 | eba48be4bd95e5b980e58588 |
UHC | 뤋何幀先 | 1000111110111011111110011011110011101111110100111110000010111011 | 8fbbf9bcefd3e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)