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 | 燾ワ醯 | 1111101101011010110111001110011111001111 | fb5adce7cf |
EUC-JP | 燾ワ醯 | 10001111110010101011110110001110110111001110111011010001 | 8fcabd8edceed1 |
UTF-8 | 燾ワ醯 | 111001111000011110111110111011111011111010011100111010011000011010101111 | e787beefbe9ce986af |
UHC | 燾?醯 | 1101010010100111001111111111101110111000 | d4a73ffbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)