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 | 疑??歪? | 10001011010111100011111100111111100110000110001100111111 | 8b5e3f3f98633f |
EUC-JP | 疑??歪? | 10110101101111110011111100111111110011111100010000111111 | b5bf3f3fcfc43f |
UTF-8 | 疑껊룕歪탃 | 111001111001011010010001111010101011101110001010111010111010001110010101111001101010110110101010111011011000001110000011 | e79691eabb8aeba395e6adaaed8383 |
UHC | 疑껊룕歪탃 | 11101011111101111000001111101011100011111001000111101000111000001011010101101011 | ebf783eb8f91e8e0b56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)