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 | ト鴦ネ | 11000100111010011111000111001000 | c4e9f1c8 |
EUC-JP | ト鴦ネ | 100011101100010011110010111100111000111011001000 | 8ec4f2f38ec8 |
UTF-8 | ト鴦ネ | 111011111011111010000100111010011011010010100110111011111011111010001000 | efbe84e9b4a6efbe88 |
UHC | ?鴦? | 00111111111001001110110000111111 | 3fe4ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)