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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 憶ル?烏k? | 10001001101011111000001110001011001111111000100101000111100000101000101100111111 | 89af838b3f8947828b3f |
EUC-JP | 憶ル?烏k? | 10110010101100011010010111101011001111111011000110101000101000111110101100111111 | b2b1a5eb3fb1a8a3eb3f |
UTF-8 | 憶ル젗烏k젧 | 111001101000011010110110111000111000001110101011111011001010000010010111111001111000001110001111111011111011110110001011111011001010000010100111 | e686b6e383abeca097e7838fefbd8beca0a7 |
UHC | 憶ル젗烏k젧 | 111001011110001110101011111010111010000010010011111010001010000110100011111010111010000010011111 | e5e3abeba093e8a1a3eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)