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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾?諍 | 1000111010100010001111111110011001111001 | 8ea23fe679 |
EUC-JP | 爾?諍 | 1011110010100100001111111110101111011010 | bca43febda |
UTF-8 | 爾렞諍 | 111001111000100010111110111010111010000010011110111010001010101110001101 | e788beeba09ee8ab8d |
UHC | 爾렞諍 | 111011001011001110001110101011111110111010110101 | ecb38eafeeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)