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 | 炭束多短 | 1001001001011001100100011010100110010001101111011001001001011010 | 925991a991bd925a |
EUC-JP | 炭束多短 | 1100001110111010110000101010101111000010101111111100001110111011 | c3bac2abc2bfc3bb |
UTF-8 | 炭束多短 | 111001111000001010101101111001101001110110011111111001011010010010011010111001111001111110101101 | e782ade69d9fe5a49ae79fad |
UHC | 炭束多短 | 1111011110101001111000011101011011010010111111011101001110101101 | f7a9e1d6d2fdd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)