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 | ?終ぺ? | 001111111000111101001001100000101101100000111111 | 3f8f4982d83f |
EUC-JP | ?終ぺ? | 001111111011110110101010101001001101101000111111 | 3fbdaaa4da3f |
UTF-8 | 얍終ぺ뤶 | 111011001001011010001101111001111011010110000010111000111000000110111010111010111010010010110110 | ec968de7b582e381baeba4b6 |
UHC | 얍終ぺ뤶 | 1011111011100101111100001111101110101010110110101000111111100100 | bee5f0fbaada8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)