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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擾←?若 | 10001111111011111000000110101001001111111000111011100001 | 8fef81a93f8ee1 |
EUC-JP | 擾←?若 | 10111110111100011010001010101011001111111011110011100011 | bef1a2ab3fbce3 |
UTF-8 | 擾←쥜若 | 111001101001001110111110111000101000011010010000111011001010010110011100111010001000101110100101 | e693bee28690eca59ce88ba5 |
UHC | 擾←쥜若 | 1110100011110110101000011110011110100010100100011110010110110100 | e8f6a1e7a291e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)