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 | 豕ろ摺豕 | 1110011010110011100000101110101110010000101000001110011010110011 | e6b382eb90a0e6b3 |
EUC-JP | 豕ろ摺豕 | 1110110010110101101001001110110111000000101000101110110010110101 | ecb5a4edc0a2ecb5 |
UTF-8 | 豕ろ摺豕 | 111010001011000110010101111000111000001010001101111001101001000110111010111010001011000110010101 | e8b195e3828de691bae8b195 |
UHC | 豕ろ摺豕 | 1110001111001110101010101110110111101111110010011110001111001110 | e3ceaaedefc9e3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)