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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 辯貞スァRE | 1110011110000111100100101110010110111101101001110101001001000101 | e78792e5bda75245 |
EUC-JP | 辯貞スァRE | 11101101111001111100010011100111100011101011110110001110101001110101001001000101 | ede7c4e78ebd8ea75245 |
UTF-8 | 辯貞スァRE | 1110100010111110101011111110100010110010100111101110111110111101101111011110111110111101101001110101001001000101 | e8beafe8b29eefbdbdefbda75245 |
UHC | 辯貞??RE | 1101110010101010111011111111011000111111001111110101001001000101 | dcaaeff63f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)