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 | 隰悟揩遑 | 1110100010101100100011001110010110011101100000101110011110100001 | e8ac8ce59d82e7a1 |
EUC-JP | 隰悟揩遑 | 1111000010101110101110001110011111011001111000101110111010100011 | f0aeb8e7d9e2eea3 |
UTF-8 | 隰悟揩遑 | 111010011001101010110000111001101000001010011111111001101000111110101001111010011000000110010001 | e99ab0e6829fe68fa9e98191 |
UHC | ?悟?遑 | 001111111110011111110110001111111111110011011010 | 3fe7f63ffcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)