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 | 竪炭造短 | 1001001001000111100100100101100110010001101000101001001001011010 | 9247925991a2925a |
EUC-JP | 竪炭造短 | 1100001110101000110000111011101011000010101001001100001110111011 | c3a8c3bac2a4c3bb |
UTF-8 | 竪炭造短 | 111001111010101110101010111001111000001010101101111010011000000010100000111001111001111110101101 | e7abaae782ade980a0e79fad |
UHC | 竪炭造短 | 1110001010110101111101111010100111110000111000111101001110101101 | e2b5f7a9f0e3d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)