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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 短臓丹辿e^ | 10010010010110101001000110011111100100100100111110010010010010000110010101011110 | 925a919f924f9248655e |
EUC-JP | 短臓丹辿e^ | 11000011101110111100001010100001110000111011000011000011101010010110010101011110 | c3bbc2a1c3b0c3a9655e |
UTF-8 | 短臓丹辿e^ | 1110011110011111101011011110100010000111100100111110010010111000101110011110100010111110101111110110010101011110 | e79fade88793e4b8b9e8bebf655e |
UHC | 短?丹?e^ | 1101001110101101001111111101001110100001001111110110010101011110 | d3ad3fd3a13f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)