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 | ???野 | 0011111100111111001111111001011011101100 | 3f3f3f96ec |
EUC-JP | 倻??野 | 10001111101100011111011000111111001111111100110011101110 | 8fb1f63f3fccee |
UTF-8 | 倻븅뮈野 | 111001011000000010111011111010111011100010000101111010111010111010001000111010011000011110001110 | e580bbebb885ebae88e9878e |
UHC | 倻븅뮈野 | 1110010110100110101110101110100110111001101111111110010110101111 | e5a6bae9b9bfe5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)