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 | 辰孫続但 | 1001001001000011100100011011011110010001101100011001001001000001 | 924391b791b19241 |
EUC-JP | 辰孫続但 | 1100001110100100110000101011100111000010101100111100001110100010 | c3a4c2b9c2b3c3a2 |
UTF-8 | 辰孫続但 | 111010001011111010110000111001011010110110101011111001111011011010011010111001001011110110000110 | e8beb0e5adabe7b69ae4bd86 |
UHC | 辰孫?但 | 11110010111000111110000111011101001111111101001110100011 | f2e3e1dd3fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)