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 | 邪糜賺杓 | 1000111011010111111000101111010011100110110011111000111011011011 | 8ed7e2f4e6cf8edb |
EUC-JP | 邪糜賺杓 | 1011110011011001111001001111011011101100110100011011110011011101 | bcd9e4f6ecd1bcdd |
UTF-8 | 邪糜賺杓 | 111010011000001010101010111001111011001110011100111010001011001110111010111001101001110110010011 | e982aae7b39ce8b3bae69d93 |
UHC | 邪??杓 | 110111101111011100111111001111111111100011110101 | def73f3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)