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 | 辰棚竪担 | 1001001001000011100100100100100110010010010001111001001001010011 | 9243924992479253 |
EUC-JP | 辰棚竪担 | 1100001110100100110000111010101011000011101010001100001110110100 | c3a4c3aac3a8c3b4 |
UTF-8 | 辰棚竪担 | 111010001011111010110000111001101010001110011010111001111010101110101010111001101000101110000101 | e8beb0e6a39ae7abaae68b85 |
UHC | 辰棚竪? | 11110010111000111101110111011100111000101011010100111111 | f2e3dddce2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)