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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鴦恃}鴦恃{^ | 1110100111110001100111001001010001111101111010011111000110011100100101000111101101011110 | e9f19c947de9f19c947b5e |
EUC-JP | 鴦恃}鴦恃{^ | 1111001011110011110101111111010001111101111100101111001111010111111101000111101101011110 | f2f3d7f47df2f3d7f47b5e |
UTF-8 | 鴦恃}鴦恃{^ | 111010011011010010100110111001101000000110000011011111011110100110110100101001101110011010000001100000110111101101011110 | e9b4a6e681837de9b4a6e681837b5e |
UHC | 鴦恃}鴦恃{^ | 1110010011101100111000111011111001111101111001001110110011100011101111100111101101011110 | e4ece3be7de4ece3be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)