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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮑梦キ、逑ョ | 111010011011100010011010111010111011011110100100111001111001001110101110 | e9b89aebb7a4e793ae |
EUC-JP | 鮑梦キ、逑ョ | 111100101011101011010100111011011000111010110111100011101010010011101101111100111000111010101110 | f2bad4ed8eb78ea4edf38eae |
UTF-8 | 鮑梦キ、逑ョ | 111010011010111010010001111001101010001010100110111011111011110110110111111011111011110110100100111010011000000010010001111011111011110110101110 | e9ae91e6a2a6efbdb7efbda4e98091efbdae |
UHC | 鮑???逑? | 1111100011101010001111110011111100111111110011111100011100111111 | f8ea3f3f3fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)