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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 炭孫短揃B | 100100100101100110010001101101111001001001011010100100011011010101000010 | 925991b7925a91b542 |
EUC-JP | 炭孫短揃B | 110000111011101011000010101110011100001110111011110000101011011101000010 | c3bac2b9c3bbc2b742 |
UTF-8 | 炭孫短揃B | 11100111100000101010110111100101101011011010101111100111100111111010110111100110100011111000001101000010 | e782ade5adabe79fade68f8342 |
UHC | 炭孫短?B | 1111011110101001111000011101110111010011101011010011111101000010 | f7a9e1ddd3ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)