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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迯ク薰 | 1110011110001101101110001111101110011110 | e78db8fb9e |
EUC-JP | 迯ク? | 1110110111101101100011101011100000111111 | eded8eb83f |
UTF-8 | 迯ク薰 | 111010001011111110101111111011111011110110111000111010001001011010110000 | e8bfafefbdb8e896b0 |
UHC | ??薰 | 00111111001111111111110110111001 | 3f3ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)