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 | 豕ろ愡笏 | 1110011010110011100000101110101110011100101110011110001010010100 | e6b382eb9cb9e294 |
EUC-JP | 豕ろ愡笏 | 1110110010110101101001001110110111011000101110111110001111110100 | ecb5a4edd8bbe3f4 |
UTF-8 | 豕ろ愡笏 | 111010001011000110010101111000111000001010001101111001101000010010100001111001111010110010001111 | e8b195e3828de684a1e7ac8f |
UHC | 豕ろ?笏 | 11100011110011101010101011101101001111111111101111101110 | e3ceaaed3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)