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 | 撓??逸 | 100111011001101000111111001111111000100011101101 | 9d9a3f3f88ed |
EUC-JP | 撓??逸 | 110110011111101000111111001111111011000011101111 | d9fa3f3fb0ef |
UTF-8 | 撓뉖벩逸 | 111001101001001010010011111010111000100110010110111010111011001010101001111010011000000010111000 | e69293eb8996ebb2a9e980b8 |
UHC | 撓뉖벩逸 | 1110100011110101100001111110101110010011101111111110110011101111 | e8f587eb93bfecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)