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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹??獰? | 10001001100110100011111100111111111000001101011000111111 | 899a3f3fe0d63f |
EUC-JP | 凹??獰? | 10110001111110100011111100111111111000001101100000111111 | b1fa3f3fe0d83f |
UTF-8 | 凹좉퀗獰퇑 | 111001011000011110111001111011001010001010001001111011011000000010010111111001111000110110110000111011011000011110010001 | e587b9eca289ed8097e78db0ed8791 |
UHC | 凹좉퀗獰퇑 | 11101000111010101010000011101010101100111000110011100111101111101011100001000010 | e8eaa0eab38ce7beb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)