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 | | 111101011011110111110000111011111111010110111101111100011111110011110101101111011111011010110000 | f5bdf0eff5bdf1fcf5bdf6b0 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | | 111011101001000010101000111011101000001010101110111011101001000010101000111011101000010110110111111011101001000010101000111011101001001110010111 | ee90a8ee82aeee90a8ee85b7ee90a8ee9397 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)