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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?熟蕣 | 0011111110001111011011101110010011111010 | 3f8f6ee4fa |
EUC-JP | ?熟蕣 | 0011111110111101110011111110100011111100 | 3fbdcfe8fc |
UTF-8 | 롒熟蕣 | 111010111010000110010010111001111000011010011111111010001001010110100011 | eba192e7869fe895a3 |
UHC | 롒熟蕣 | 100011101101011111100010110110011110001011110010 | 8ed7e2d9e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)