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 | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
SJIS-WIN | 短B他短捉損 | 1001001001011010010000101001000110111100100100100101101010010001101010001001000110111001 | 925a4291bc925a91a891b9 |
EUC-JP | 短B他短捉損 | 1100001110111011010000101100001010111110110000111011101111000010101010101100001010111011 | c3bb42c2bec3bbc2aac2bb |
UTF-8 | 短B他短捉損 | 11100111100111111010110101000010111001001011101110010110111001111001111110101101111001101000110110001001111001101001000010001101 | e79fad42e4bb96e79fade68d89e6908d |
UHC | 短B他短捉損 | 1101001110101101010000101111011011100010110100111010110111110011101101011110000111011111 | d3ad42f6e2d3adf3b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)